range
Number.prototype.__noSuchMethod__ = function(max_s){ var ret = [], max = + max_s.substr(1); for(var i = this;i <= max;i++) ret.push(i); return ret; }; 1.._3(); // [1, 2, 3]
連絡先: twitter: @javascripter にどうぞ。
Number.prototype.__noSuchMethod__ = function(max_s){ var ret = [], max = + max_s.substr(1); for(var i = this;i <= max;i++) ret.push(i); return ret; }; 1.._3(); // [1, 2, 3]