Skip to content
Testa se algum elemento do array passa o teste implementado pela função 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
gulpfile.js
npm-debug.log
package.json
script.txt
some.js

README.md

$some

Testa se algum elemento do array passa o teste implementado pela função fornecida a funcao curry

this.Ninja(['$some'], function ($some) {
  console.log($some([1, 2, 3, 4, 5], $lambda('(a) => a > 5')));
});
Something went wrong with that request. Please try again.