UNPKG

@bbashcode/lotide-flex

Version:

A clone of the lodash JavaScript library to practice creating various types of functions using JS.

5 lines (3 loc) 173 B
// TEST CODE for assertArraysEqual const assertArraysEqual = require("../assertArraysEqual"); assertArraysEqual(["1", "2", "3"], ["1", "2", "3"]); // => should PASS (true)