Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript hello world

let message = : string = "hello world";
console.log(message);
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #typescript #world
ADD COMMENT
Topic
Name
2+4 =