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

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

How To Enable Support For Class Properties In The Latest Version Babeljs?

Does anyone know how to enable support for properties of a class in the latest version BabelJS? i… Read more How To Enable Support For Class Properties In The Latest Version Babeljs?

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?

JavaScript - Get The Complete List Of Locales Supported By The Browser

I've found supportedLocalesOf, but is there a way to get all supported locales, not just check … Read more JavaScript - Get The Complete List Of Locales Supported By The Browser