New posts in ecmascript-6

How to use template literals of ES6 script

ECMAScript 6: what is WeakSet for?

Is Number.IsNaN() more broken than isNaN()

How to test an ES6 class that needs jquery?

Why do generators not support map()?

Typescript/Angular/ES6: can I finally let `hasOwnProperty()` die in for loops?

What does the arrow function with a () after means? [duplicate]

Define a custom hash() method for use with ES6 maps

JavaScript: Filter out keys from array of objects

How do I get Babel 6 to compile to ES5 javascript?

(ES6) class (ES2017) async / await getter

Why couldn't popular JavaScript runtimes handle synchronous-looking asynchronous script?

Difference between import React and import { Component } syntax [duplicate]

Override a setter, and the getter must also be overridden

What is the purpose of template literals (backticks) following a function in ES6?

Object.assign—override nested property

Difference between 'export' and 'export default' in JavaScript? [duplicate]

Converting Object to Array using ES6 features

Typescript compiler is forgetting to add file extensions to ES6 module imports?

I created a "Cash Register" function for Freecodecamp but for some reason the last two tests aren't passing?