• support@answerspoint.com

When to Use Double or Single Quotes in JavaScript

1732

console.log("double"); vs console.log('single');

I see more and more JavaScript libraries out there using single quotes when handling strings. What are the reasons to use one over the other? I thought they're pretty much interchangeable.

0Answer


Your Answer

    Facebook Share        
       
  • asked 8 years ago
  • viewed 1732 times
  • active 8 years ago

Best Rated Questions