/ Published in: JavaScript
Expand |
Embed | Plain Text
Number.prototype.range = function(a,b){ return this>=a&&this<=b?true:false; }
You need to login to post a comment.
Number.prototype.range = function(a,b){ return this>=a&&this<=b?true:false; }
You need to login to post a comment.