T-BoneMadSkrilla / javascript-5-lodash

Practive working with lodash, console.time, console.timeEnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Edit the lodash.js file to do your work.

Use live-server to see the unit tests as they run.

Black Diamond

If you're feeling comfortable using some of the lodash methods, see if you can program your own javascript utility functions. https://github.com/DevMountain/utilities

This utilities repo has you implement some of the functionality that can be found in the underscorejs library. Underscore is a library that is similar to lodash. Its documentation can be found here

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.

Copyright

© DevMountain LLC, 2017. Unauthorized use and/or duplication of this material without express and written permission from DevMountain, LLC is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to DevMountain with appropriate and specific direction to the original content.

About

Practive working with lodash, console.time, console.timeEnd


Languages

Language:JavaScript 99.4%Language:HTML 0.6%