June 2016
Intermediate to advanced
910 pages
18h 59m
English
ES6 has added lots of new properties and methods to built-in JavaScript objects, so that the programmer can do cumbersome tasks easily. These new functionalities aim to help the developers get rid of using hacks and error-prone techniques to do various operations related to numbers, strings, and arrays. In this chapter, we will look at all the new functionalities added by ES6 to the native objects.
In this chapter, we'll cover:
Number objectMath objectString objectArray objectRead now
Unlock full access