JS Basic Tutorial
A string in JavaScript is a sequence of characters used to represent textual data. Strings are immutable, meaning their content cannot be changed once created.
You can create a string in three ways:
${expression}
)Try it yourself