1 Answers
Answer: Option 3
There are a total of 7 default number methods in JavaScript namely : 1. constructor() 2. toExponential() 3. toFixed() 4. toLocaleString() 5. toPrecision() 6. toString() 7. valueOf()
5 views
Answered