A string is a collection of characters. We can create strings using double quotes ("").

Let's print Hello! with a string.

Nice work! Strings can be used to create words and sentences in programming.

Not quite! Only characters use single quotes ('') to surround their value. Strings use double quotes ("").