This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sergio Fernandez made on March 2016 | |
// [email protected] | |
// www.dominicanvoice.com | |
// this is my Javascript solution to the TripelByte programming quesion. | |
// TASK: given a string of number and a target value. | |
// show all the arithmatic combinaitons of the input numbers that add up to the target value. | |
// note: the input numbers remain in the order they were inputed. | |
// For example: |