The next basic data type is the string. Strings are used to represent text. They are written by enclosing their content in quotes.
You can use single quotes, double quotes, or backticks to mark strings, as long as the quotes at the start and the end of the string match.