$forEach
Execute uma função fornecida uma vez por ordem de elemento a funcao curry
this.Ninja(['$forEach'], function ($forEach) {
$forEach([1, 2, 3], console.log.bind(console));
});| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
forEach.js | ||
|
|
gulpfile.js | ||
|
|
package.json | ||
|
|
script.txt | ||
Execute uma função fornecida uma vez por ordem de elemento a funcao curry
this.Ninja(['$forEach'], function ($forEach) {
$forEach([1, 2, 3], console.log.bind(console));
});