Strings
Strings are sequences of characters used to represent text. You can create them with single quotes, double quotes, or backticks.
Creating Strings
Loading JavaScript Playground...
String Length and Access
Loading JavaScript Playground...
String Concatenation
Loading JavaScript Playground...
Escape Characters
Loading JavaScript Playground...
Exercise: Full Name
Create first and last name variables and combine them:
Loading JavaScript Exercise...
Exercise: String Length
Find the length of a word:
Loading JavaScript Exercise...

