Login
Remember
Register
Ask a Question
Which of these functions of the Number Object would format a number with different numbers of digits to the decimal’s right?
0
votes
asked
Dec 1, 2022
in
JavaScript
by
john ganales
Which of these functions of the Number Object would format a number with different numbers of digits to the decimal’s right?
a. toFixed()
b. toExponential()
c. toLocaleString()
d. toPrecision()
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 1, 2022
by
john ganales
a. toFixed()
...