Which of the following functions of “Number” object returns a string of the current number?
toString()
toFixed()
toLocaleString()
toPrecision()
Correct Answer : A
How do I request inputs from the user?
What will be the output of the below code ?
console.log( typeof( '5' + 5))