Completed exercises utilizing .find() and .findIndex() callback function array methods.
Exercise required writing 2 functions that made use of the .find() and .findIndex() callback function array method. The functions were tested with Jasmine.
Additional spec were added to the Jasmine test script to test the removal of users at the beginning, middle, and end of the users array.
Please go to jimgeist.github.io/sb_08-02-08_find_findIndex_Exercises for the results of the Jasmine tests.