Skip to content
Testa se dois items sao iguais
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
equal.js
gulpfile.js
package.json
script.txt

README.md

$equal

Testa se dois items sao iguais a funcao curry

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