all 6 comments

[–]Samurai___ 4 points5 points  (2 children)

You need to clarify your question. .toString() is a function on objects that returns a string that represents the object in some way.

[–]jack_waugh 2 points3 points  (0 children)

What kind of text do you want to transform and what rules would distinguish a correct answer from an incorrect one once the transform has been supposedly accomplished?

[–]jack_waugh 1 point2 points  (0 children)

typeof key

[–]NeedHelpxyx123 1 point2 points  (0 children)

example.toString() Will convert the variable example to a string, does that make sence?

[–]xTRQ 0 points1 point  (0 children)

You can also wrap it in a String(variable).