Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript hello world

let message: string = 'Hello, World!';
console.log(message);
Code language: JavaScript (typescript)
Source by www.typescripttutorial.net #
 
PREVIOUS NEXT
Tagged: #typescript #world
ADD COMMENT
Topic
Name
4+4 =