Manipulating collections like arrays and objects can be a hassle with vanilla JS. Thankfully there are libraries like Underscore which offer some extremely useful low level utility functions. Underscore JS provides much of the array/collection/object manipulating functionality…