Skip to content

CodesperYu/underbar-pt1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Underbar

This repo is a clone of the open-source project called Underscore.

Underscore is a popular JavaScript library that supplies utility functions that facilitates programming in a more functional style.

Underscore has been around for nearly 8 years, and in that time, a lot of its facilities have been subsumed into ES6.

However, we think there's considerable learning value to you closely examining a simplified implementation of Underscore.

This is a complete implementation, including tests.

Running individual tests

Note that the jest-cli package was also installed into this repo, with the command:

npm install --save-dev jest-cli

This should allow you to use this syntax to just run one test file:

npm test isArrayLike

That will do a partial match on the string and find the matching test and run it.

This can save you some time as you are writing the tests, as opposed to executing the entire test suite on every run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%