Skip to content

curtnux/lowbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lowbar

My own reimplemented version of the much used underscore.js library, using a fully TDD approach and native JavaScript

Functions Implemented

  • identity
  • first
  • last
  • each
  • indexOf
  • filter
  • reject
  • uniq
  • map
  • pluck
  • reduce
  • contains
  • every
  • some
  • extends
  • defaults
  • indexOf (binary)
  • once
  • memoize
  • delay
  • shuffle
  • invoke
  • sortBy
  • zip
  • flatten

Installing Locally

Please follow the below instructions to gain a copy on your local machine

git clone https://github.com/curtisjohnson1/lowbar

Install all dependencies

npm install

Testing

All tests can be found by running the below command

npm test

Built Using

  • Mocha - Testing Framework
  • Chai - Assertion Library
  • Sinon - Test spies, stubs and mocks for JavaScript

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •