Bolshakova Anna ab21a11190 lab | пре 2 недеља | |
---|---|---|
.. | ||
.github | пре 2 недеља | |
test | пре 2 недеља | |
.editorconfig | пре 2 недеља | |
.eslintrc | пре 2 недеља | |
.nycrc | пре 2 недеља | |
CHANGELOG.md | пре 2 недеља | |
LICENSE | пре 2 недеља | |
README.md | пре 2 недеља | |
index.js | пре 2 недеља | |
package.json | пре 2 недеља |
Does this JS environment support the name
property on functions?
var functionsHaveNames = require('functions-have-names');
var assert = require('assert');
assert.equal(functionsHaveNames(), true); // will be `false` in IE 6-8
Simply clone the repo, npm install
, and run npm test