We're a place where coders share, stay up-to-date and grow their careers.
Ruby:
nums.min_by { |num| (given_num - num).abs } #=> 800
Shamelessly taken from Stack Overflow 🙃 I was in a much more of a "just give me the answer" mood than "let's figure it out" mood.
Ruby:
Shamelessly taken from Stack Overflow 🙃 I was in a much more of a "just give me the answer" mood than "let's figure it out" mood.