+1 vote
in JavaScript by
Which built-in method returns the string representation of the number's value?

1 Answer

0 votes
by

toString() method returns the string representation of the number's value.

...