String Basics and Concatenation in Javascript
In this codecast, we're going to cover the basics of Strings in Javascript. String Literals are any piece of text enclosed in double quotes ("") or single quotes ('').
We're going to cover:
- Basics of Strings
- Escape Characters/Sequences
- String Concatenation
- How to write multi line strings
Note: Single quoted and Doubled quotes strings are treated the same way in javascript unlike some other languages where single quoted strings do not interpret any special characters inside them.
Related:
Warning: Invalid argument supplied for foreach() in /var/www/cssdeck.com/app/modules/labs/views/_details.php on line 68