ES6 Chapter 6 Other API
ES6 Chapter 6 API Additions # Other API Note: 5 primitive type (1) Undefined, (2)Null(Object), (3)Boolean (4)Number, (5)String 3.Math (1) Trigonometry: cosh(..) - hyperbolic cosine acosh(..) - hyperbolic arccosine sinh(..) - hyperbolic sine asinh(..) - hyperbolic arcsine tanh(..) - hyperbolic...