Skip to main content

String

Textual data can be represented using string primitives. Strings are denoted by opening and closing double quotes (") characters.

knot
const stringValue = "this is my page";
knot
const stringValue = "this is my page";