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

How To Use Arrow Functions (public Class Fields) As Class Methods?

I'm new to using ES6 classes with React, previously I've been binding my methods to the cur… Read more How To Use Arrow Functions (public Class Fields) As Class Methods?

Will Json Evolve To Have Native Support For Ecmascript Map Objects?

Are there any formal proposals, in progress, that address a backwards-compatible evolution to JSON&… Read more Will Json Evolve To Have Native Support For Ecmascript Map Objects?

How To Use The Proposed Ecmascript Class Syntax With React And Webpack?

I am trying to learn the proposed class syntax for ecmascript and using it with React, i have succe… Read more How To Use The Proposed Ecmascript Class Syntax With React And Webpack?

Why Does Assignment Using Await Within While Expression Not Retain Assigned Value?

Given the JavaScript code the expected result of done returned from fn() is true when done is assi… Read more Why Does Assignment Using Await Within While Expression Not Retain Assigned Value?

Difference Between Finally() And Then() In ES2018

Before ES2018, I used to nest an extra then at the end of the promise chain whenever I had to perfo… Read more Difference Between Finally() And Then() In ES2018