Nodejs Number to Char Convert ChrW()

Here you can find the source of ChrW()

Method Source Code

Number.prototype.ChrW = function() {
    return String.fromCharCode(this);
};