Coding Track: Strings - Typing Practice Lesson
Quotes, escaping, and string literals
Advanced Skills
Focus Keys:
"
'
\
100%
Accuracy
0
Errors
0%
Progress
const msg = "Hello, " + 'world'; console.log("She said, \"Hi\"");
Quick start
- Click the text area above.
- Type the shown text. Prioritize accuracy.
- Use Backspace to correct mistakes.