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

1 Answer

0 votes
by (23.1k points)

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

Related questions

...