Two Sum (coding challenge -02)
Task
Write a function that takes an array of numbers (integers for the tests) and a target number. It should find two different items in the array that, when added together, give the target value. The indices of these items should then be returned in...
adibathemumcoder0308.hashnode.dev2 min read