Guest User

Untitled

a guest
Apr 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import clamp from "lodash/clamp";
  2.  
  3. const num = Infinity;
  4. const answer = clamp(num, 0, 42);
  5. console.log(answer);
  6.  
  7. export default answer;
Add Comment
Please, Sign In to add comment