Skip to content
Execute uma função fornecida uma vez por ordem de elemento
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
README.md
bower.json
forEach.js
gulpfile.js
package.json
script.txt

README.md

$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));
});
Something went wrong with that request. Please try again.