GithubHelp home page GithubHelp logo

underbar's Introduction

Underbar

This is a project I completed as a student at Hack Reactor. This project was worked on with a pair. 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()

Some code may be written in ES6 and may require to be transpiled in order to be tested.

Requirements

ES6 enabled on chrome chrome://flags/#enable-javascript-harmony. Babeljs.io for transipiling.

Testing

Tests are made with the Mocha testing framework. Test are located in the ./spec directory. To run the Just open the spec runner file with chrome.

SpecRunner.html

underbar's People

Contributors

nickbalestra avatar

Stargazers

Christopher Pruijsen avatar Brad Fincher avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.