Sum Of All Fears with JavaScript Challenge

The Sum of All Fears coding challenge is intended to assess a candidate’s ability to work with Arrays. A user is given a list of numbers and must detect if any of the numbers in the list can be added together to equal a given sum. The user is also given the option to change the sum and the list of numbers.

This challenge or a slight variation has been used by technology companies such as Amazon and Google and was also featured as a Daily Coding Problem in the popular blogging site Dev.to