|
|
|
|
|
by andrewstuart2
4012 days ago
|
|
Well, anybody who wants to use lambdas I'd imagine. If you're going to write it out, you might as well just add the `function` keyword for clarity because you're not saving a ton of keystrokes. function(a) { return b <= 7; }
|
|