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...Jun 1, 2023·2 min read