Skip to content

String

Strings in javascript.

A string is a sequence of characters used to represent text. In JavaScript, strings are enclosed in either single quotes '...', double quotes "...", or backticks `...`.