String

suggest change

Textual data type:

let singleQuotes: string = 'single';
let doubleQuotes: string = "double";
let templateString: string = `I am ${ singleQuotes }`; // I am single

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents