hand4ever


Member since 06/26/2010

2 snippets

870 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

hand4ever's Recent Snippets



« Prev 1 Next »
each in Array,It can operate each element in Array. e.g. var result = [1,2,3,4].each(function(x){return Math.sqrt(x);}); //it return sqrt in [1,2,3,4]'s each item
0 364 posted 13 years ago by hand4ever
« Prev 1 Next »