List of utility methods to do Number Type Check
Object.prototype.isNumber = function (){ return typeof this.valueOf() === 'number' ; };