Created a multiple choice question for Array.find(), Array.findIndex(), and Array.filter() as question 25 that gives a code example and asks for its output. The code creates an array nums, calls .find(), .findIndex(), and .filter() on it, and prints out the output of each. The code uses arrow functions, but let me know if there should not be arrow functions in it.
Hi @jwernethUMD. Thanks a lot for creating the PR! Can you please request for assignment on issue #7, so I can assign that issue to you and then I can merge the PR and close the issue.
Created a multiple choice question for Array.find(), Array.findIndex(), and Array.filter() as question 25 that gives a code example and asks for its output. The code creates an array nums, calls .find(), .findIndex(), and .filter() on it, and prints out the output of each. The code uses arrow functions, but let me know if there should not be arrow functions in it.