This is (will be) a collection of JavaScript learning and reference resources.
parseInt()
REF: MDN: "parseInt()"
parseFloat()
REF: MDN: parseFloat()
toString()
fullname: Number.prototype.toString()
REF: MDN: toString()
REF: StackOverflow: "What's the best way to convert a number to a string in JavaScript?"
Using a REPL can oftentimes speed things up when unsure on or experimenting with some JavaScript construct.
I have used: repl.it
REF: repl.it