UNPKG

@nknahom/lotide

Version:

Lotide is mini clone of the Lodash (https://lodash.com) library for learning JavaScript. What is Lodash? Lodash is a library that makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.

8 lines (6 loc) 194 B
const assertArraysEqual = require("../assertArraysEqual"); assertArraysEqual([1, 2, 3], [1, 2, 3]); assertArraysEqual( ["hello", "world", "lighthouse"], ["hello", "world", "lighthouse"] );