Sum of all Fears: A Coding Challenge
The basic challenge is to write a program that uses a hard-coded array of [10, 15, 3, 7] and allows the user to enter a value for K before running the algorithm and returning true or false.
- JavaScript
- JS Fundamentals
- JavaScript Loops
- JavaScript Functions
- JavaScript Dom Manipulation
- JavaScript Boolean Logic