サクサク読めて、アプリ限定の機能も多数!
pipehead のブックマーク 2008/05/20 06:04
Arrayを拡張(flatten,max,min,sum,uniq,first,last) - 素人がプログラミングを勉強していたブログ[programming][javascript]2008/05/20 06:04
このブックマークにはスターがありません。 最初のスターをつけてみよう!
javascripter.hatenablog.com2008/05/20
Array.prototype.max=function()Math.max.apply(null,this); Array.prototype.min=function()Math.min.apply(null,this); Array.prototype.sum=function()this.reduce(function(a,b)a+b,0); Array.prototype.uniq...
13 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Arrayを拡張(flatten,max,min,sum,uniq,first,last) - 素人がプログラミングを勉強していたブログ
Array.prototype.max=function()Math.max.apply(null,this); Array.prototype.min=function()Math.min.apply(null,this); Array.prototype.sum=function()this.reduce(function(a,b)a+b,0); Array.prototype.uniq...
13 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /