Javascript Number log()
log()
Number.prototype.log = function() { console.log(Number(this)) return this }