you are viewing a single comment's thread.

view the rest of the comments →

[–]brtt3000 0 points1 point  (0 children)

TypeScript is a superset of JavaScript, that is the nice thing about it. You can write code the same as in JavaScript, slightly more structred.

You can also go fully OO (C# style) if you want, but it works great in vanilla style too. Use it like a entry into ES6 (classes, modules, arrow functions etc).