Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecmascript 6

Es6 Class. This.addeventlistener

I am trying in a class to add an eventlistener but keep getting this error: 'TypeError: this.wi… Read more Es6 Class. This.addeventlistener

What Is The Best Way To Destructure Big (nested) Object?

My goal is to destructure big (nested) object and assign it properties to variables, currently I ha… Read more What Is The Best Way To Destructure Big (nested) Object?

Asyncfunction Is Not Defined, Yet Mdn Documents It's Usage

There is an article AsyncFunction - JavaScript on MDN. It shows the following snippet: new AsyncFun… Read more Asyncfunction Is Not Defined, Yet Mdn Documents It's Usage

How Can I Group Specific Items Within An Object In The Same Array And Delete Them From The Core Array?

I am trying to achieve something a bit complex. I am working on a grouping feature where I have to … Read more How Can I Group Specific Items Within An Object In The Same Array And Delete Them From The Core Array?

Angular4: Component.name Doesn't Work On Production

So I've been facing this weird issue but I'm not sure if it's a bug or it's me miss… Read more Angular4: Component.name Doesn't Work On Production

Traceur Compiler: Normalize / Resolve

As I understood I can use traceur compiler in two ways: compile scripts and then include already c… Read more Traceur Compiler: Normalize / Resolve

Es6 React: Will Es.next's @autobind Bind Methods Only Once For Each Instance?

There are a lot of questions/articles written on the numerous ways to handle binding in ES6 React, … Read more Es6 React: Will Es.next's @autobind Bind Methods Only Once For Each Instance?