String Basics
Strings are sequences of characters. Let's explore their fundamental properties and operations.
String Properties
Loading JavaScript Playground...
String Comparison
Loading JavaScript Playground...
Character Codes
Loading JavaScript Playground...
Multiline Strings
Loading JavaScript Playground...
Exercise: String Length
Find the length of a string:
Loading JavaScript Exercise...
Exercise: First and Last
Get the first and last characters:
Loading JavaScript Exercise...

