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

Succinct/concise Syntax For 'optional' Object Keys In Es6/es7?

There are already a lot of cool features in ES6/ES7 for defining Javascript objects. However, the f… Read more Succinct/concise Syntax For 'optional' Object Keys In Es6/es7?

Ecmascript Proposal For Constructor Parameter Properties

In TypeScript, there is convenient syntax, constructor parameter properties: constructor(a, public … Read more Ecmascript Proposal For Constructor Parameter Properties

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?

Why Can't String.raw End With A Backslash?

String.raw can be used to create a string that contains backslashes, without having to double up th… Read more Why Can't String.raw End With A Backslash?

Javascript ES6+: Destructuring And Using An Array Method At The Same Time?

I was wondering if there is a way, to destructe and use an array method at the same time? If yes, i… Read more Javascript ES6+: Destructuring And Using An Array Method At The Same Time?