About Lesson
Introduction:
JavaScript provides us with various number methods through which we can manipulate numeric values. Another primitive data type that represents positive, negative, float, binary, octal, hexadecimal and exponential values in programming is a Number. To work with numbers we need specific methods that can help us manipulate and modify their values easily.
- number()
- parseInt()
- parseFloat()
- isFinite()
- isInteger()
- toFixed(x)
- toPrecision(x)