Javascript ES6 — Exploring the New Built-In Methods

Javascript ES6 — Exploring the New Built-In Methods

Amongst the new features released with the new ES6 standard in Javascript are a bounty of new built-in methods. These new methods aim to simplify and standardize some familiar scenarios that developers encounter when working with JS data types like Numbers, Strings, Object and Arrays.

[…]