SyntaxFix
Write A Post
Hire A Developer
Questions
Tongue-in-cheek obviously:
var harshNum = 108; "".split.call(harshNum,"").join("");
Or in ES6 you could simply use template strings:
var harshNum = 108; `${harshNum}`;