ms typescript javascript quickstart without npm
ms typescript javascript quickstart without npm
create helloworld (hw.ts)
let message: string = 'Hello World'; console.log(message);
compile and run helloworld
see also
ms typescript javascript quickstart without npm
create helloworld (hw.ts)
let message: string = 'Hello World'; console.log(message);
compile and run helloworld
see also