Created
June 19, 2018 01:37
-
-
Save jamigibbs/1b69fabfe07ed7ce18adc1675faeea64 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const closest = distance.sort( (a, b) => a.dist - b.dist )[0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment