Get closest value in array to target value.
closest(5, [3, 6, 9, 12, 15]); // => 6 Copy
closest(5, [3, 6, 9, 12, 15]); // => 6
Get closest value in array to target value.