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; }
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.