ES6 Class: Just Syntactic Sugar

It does not add any “missing” features to JS. It simply supplies syntactic sugar for a pattern (antipattern?)… Read more

Similar

ES6 Promises in Depth

Welcome back to ES6 – “Dude, we already had those!” – in Depth series. If you’ve never been around here before, start with A Brief …...

Read more »

ES6 Proxy and Localization

Maybe you've heard of JavaScript Proxy and think, "Hey that's cool and such, but what should I use it for?" Don't worry, I thought this too until recently when I needed a catch-all solution. And BEHOLD, the indirect intermediary known only as "Proxy" aros... (more…)

Read more »