String
Textual data can be represented using string primitives.
Strings are denoted by opening and closing double quotes (") characters.
- Knot
- TypeScript
knotconst stringValue = "this is my page";
knotconst stringValue = "this is my page";
tsxconst stringValue = "this is my page";
tsxconst stringValue = "this is my page";