Skip to content

Solution for a JavaScript interview question asking how to find a target pair (two-sum) in an array.

License

Notifications You must be signed in to change notification settings

brgltd/javascript-interview-find-pair

Repository files navigation

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.

About

Solution for a JavaScript interview question asking how to find a target pair (two-sum) in an array.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published