$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')));
});| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
gulpfile.js | ||
|
|
npm-debug.log | ||
|
|
package.json | ||
|
|
script.txt | ||
|
|
some.js | ||
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')));
});