JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
"cablemodem "
ondblclick= "window.open(
Anidar comentarios en Meneame.net 1
getcurrenturl
Count Characters in Input Fields
"howold "
vertical tab
"recent searches "
An alternative to the Input Type = "Submit "
"12345 ", 1.5, 2.6
Rate this script:
I Love it
/
I Hate it
Array.prototype.sum,max,min
Code
Array.
prototype
.
sum
=
function
(
)
{
for
(
var
i=
0
,sum=
0
;i<this.
length
;sum+=
this
[
i++
]
)
;
return
sum;
}
Array.
prototype
.
max
=
function
(
)
{
return
Math.
max
.
apply
(
{
}
,
this
)
}
Array.
prototype
.
min
=
function
(
)
{
return
Math.
min
.
apply
(
{
}
,
this
)
}
Array.prototype.sum,max,min scripts
|
Array.prototype.sum,max,min snippet
|
Array.prototype.sum,max,min example
|
Array.prototype.sum,max,min tutorial
|
Array.prototype.sum,max,min code