If you’re a developer, you’ve probably heard a little bit about ECMAScript 6 (ES6) already, though at first glance it might seem a little confusing. What it really boils down to is this: it’s the next ...
The world wide web basically runs on JavaScript, HTML, and CSS. Unfortunately, JavaScript lacks several features that would help developers use it for large-scale applications. Enter TypeScript.
Features ready to use are arrow functions, enhanced object literals, template strings, rest parameters, let & const support, proxies, symbols, iterators, Typed Arrays ...