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

issue #9: Create MCQA for Array.reduce() method #17

Closed Subham5401 closed 1 year ago

Subham5401 commented 1 year ago

Hi @kirandash ,

I have implemented the Array.reduce() method to calculate the sum of values in the given array. The code looks good and functions as expected.

Please review the changes and let me know if there are any suggestions or feedback. I'm open to making any necessary improvements. Thank you!

Changes Made:

Subham5401 commented 1 year ago

Oops! I missed that. Thank you for bringing that to my notice. I'll do the needful.

kirandash commented 1 year ago

fixes #9