Skip to content
Testa se todos os elementos do array passou no teste da funcao fornecida
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
every.js
gulpfile.js
package.json
script.txt

README.md

$every

Testa se todos os elementos do array passou no teste da funcao fornecida a funcao curry

this.Ninja(['$equal', '$every'], function ($equal, $every) {
  $every([2, 2, 3], $equal(2));
});
Something went wrong with that request. Please try again.