Skip to content

leothorp/underbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Underbar

This is a project I completed as a student at Hack Reactor. The project is a minimal functional library for JavaScript, similar to underscore or lodash.:

Collection methods:

  • _.first()
  • _.last()
  • _.each()
  • _.indexOf()
  • _.filter()
  • _.reject()
  • _.uniq()
  • _.map()
  • _.pluck()
  • _.reduce()
  • _.contains()
  • _.every()
  • _.some()
  • _.shuffle()
  • _.sortBy()
  • _.zip()
  • _.flatten()
  • _.intersection()
  • _.difference()
  • _.invoke()

Object methods:

  • _.extend()
  • _.defaults()

Function Decorators

  • _.once()
  • _.memoize()
  • _.delay()
  • _.shuffle()
  • _.throttle()

Testing

Mocha tests are located in the ./spec directory. To run, open SpecRunner.html with your preferred browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages