TypeScript Deep Dive [PDF]

0
TypeScript Deep Dive
TypeScript Deep Dive

TypeScript compiles into JavaScript. JavaScript is what you are actually going to execute (either in the browser or on the server). So you are going to need the following:

  • TypeScript compiler (OSS available in source and on NPM)
  • A TypeScript editor (you can use notepad if you want but I use alm . Also lots of other IDES support it as well)

You can also get this PDF by using our Android Mobile App directly:

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.