0
What is the best recommendation or practice for the use of single quotes or double quotes in javascript?
alert("Hello"); alert('Hello');
2 odpowiedzi
+ 2
Hi Angel Andrioris,
I personally use double quotes.
Have a look at this snippet, should cover the basics.👍😊
https://code.sololearn.com/Wub0dLnT9c6X/?ref=app
+ 1
thanks