JS

JavaScript Fundamentals 2 - Convert a value to a s...

10.

Which of the following methods can be used to convert a value to a string in JavaScript?

.toString()

String()

parseInt()

parseFloat()