UNPKG

@bbashcode/lotide-flex

Version:

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

18 lines (16 loc) 290 B
// TEST CODE for countLetters const assertEqual = require("../assertEqual"); const countLetters = require("../countLetters"); //assertion should fail assertEqual({ l: 1, i: 2, g: 1, h: 4, t: 2, o: 2, u: 2, s: 2, e: 3, n: 1, }, countLetters("lighthouse in the house"));