Jump to content

A simple newbie question


Israel Lazo
 Share

Recommended Posts

Yes, javascript is valid typescript. You can just add whatever javascript you want. Typescript is basically a layer on top of javascript that allows you to do some compile-time checking, which allows for making classes and such. But at runtime it is just javascript, and the compilation will just take any javascript and put it in the output (or call it from the output).

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...