Login
Remember
Register
Ask a Question
Which of the following number object function returns the value of the number?
0
votes
asked
Mar 20, 2021
in
JavaScript
by
sharadyadav1986
Which of the following number object function returns the value of the number?
a) toString()
b) valueOf()
c) toLocaleString()
d) toPrecision()
object-function
javascript-object
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 20, 2021
by
rajeshsharma
Answer:
B
Reason:
The method " valueOf()" returns the value of the parameter that was passed in it.
...