Javascript Number ChrW()

Description

Javascript Number ChrW()

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



PreviousNext

Related