bgwebagency / who-wants-to-be-a-javascriptaire

JavaScript multiple choice questions with answers and video explanation to help you with Frontend/Web coding interviews
https://youtu.be/Uysa8_Aa5Sg
MIT License
27 stars 13 forks source link

Question 25 - Created MCQA for advanced array search methods: Array.find(), Array.findIndex(), Array.filter() #21

Closed jwernethUMD closed 1 year ago

jwernethUMD commented 1 year ago

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.

kirandash commented 1 year ago

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.

kirandash commented 1 year ago

Fixes #7