I often find myself wanting to declare functions with `function foo() {...}` instead of with `var foo = function() {...}`. This is pretty minor, but probably also pretty easy to add?