lgy2000 / lodash

Tutorial Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lodash (Tutorial Project)

In this project, I implemented some of the most exciting functionality from the widely-popular lodash.js library which provides many methods that add new functionality for numbers, strings, objects, and arrays.

However, implementing the methods from lodash is an invaluable exercise in problem-solving and a great way to understand how the methods work!

Technologies

  • JavaScript ES6
  • Node.js

Features

- _.clamp()
- _.inRange()
- _.words()
- _.pad()
- _.has()
- _.invert()
- _.findKey()
- _.drop()
- _.dropWhile()
- _.chunk()

Sources

This is a tutorial project from Chapter 4.8.3 in Full-Stack Engineer Career Path from Codecademy.

About

Tutorial Project


Languages

Language:JavaScript 100.0%