Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 305 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 305 Bytes

Find Pair

Code for the following JavaScript interview question:

Create a function able to return information about the first pair of items inside an array whose sum equals a target number

The solution can be found in the javascript-interview website.