string
It is a primitive data type in TypeScript that represents textual data. It is a set of elements of the 16-bit Unicode character set.
let name: string = 'John Doe';
Learn more from the following link
It is a primitive data type in TypeScript that represents textual data. It is a set of elements of the 16-bit Unicode character set.
let name: string = 'John Doe';
Learn more from the following link
Roadmaps Guides Videos About YouTube
roadmap.sh by @kamranahmedse Kamran Ahmed
Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.