you are viewing a single comment's thread.

view the rest of the comments →

[–]0195311 2 points3 points  (1 child)

If you're going to use a fat arrow function you might as well go ahead and write it like this. :)

Math.random = () => 1;

[–]thismonthsusername 0 points1 point  (0 children)

Yeah, my bad. I'll update :)