Hacker News new | ask | show | jobs
by jamespacileo 3340 days ago
TypeScript isn't a higher level of JavaScript, it's ES6 with added features and types.

Main purpose is to make JavaScript code easier to maintain, especially across teams.

IMO the only way to go "higher level" is to use something like jQuery.