filmov
tv
JavaScript Live Coding: Create Function that filters Array for a sum

Показать описание
JavaScript Live Coding: Create Function that accepts first argument as array, and second argument as a target sum. Function must return an array with two numbers from the first argument that sums up to the target (the second argument).