Strings
Strings are of the predefined type string
. Literal strings are set
between double quotes.
const a : string= "Hello Alice";
Note: See predefined namespace String
Strings are of the predefined type string
. Literal strings are set
between double quotes.
Note: See predefined namespace String