http://learn-share.net/programming-basics-course/
Programming Course. The basics of Programming.
#12 Characters and Strings
Learn to code.
…
When we creating strings, you can use doubles quotes, to surround the text or the sentence.
You can also use, single quotes.
But you can mix the two. For example, open with a single quote, and closing with a double quote. In many programming languages, restrict you to just use double quotes. So we intent to use in java_script to, just to make it easier to go from language to language.
