Building an ES6 Application with the Help of TypeScript’s DOM Types

In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… Read more

Similar

How to map a Map [ES6]

2016 come to the end, and ES6 is everywhere. But with ES6, came some new syntax and APIs. This article aims to answer to a very specific…...

Read more »

The Reflect API of ES6

Reflection in a programming language is the act of inspecting, dynamically calling, and modifying classes, objects, properties, and methods. In other words, reflection is the ability of the program…...

Read more »