Topic: Hashing Problem / Level: beginner

Problem: Create a function that returns the indices of the first two numbers in an array that add up to a target using a hash map.

Run the code to see the output here...