You know what's weird, I don't like the arrow functions in es6. And, I'm a coffeescript guy. I just don't like that the syntax is conditional on so many different things. The number of parameters, line length, etc...
I just wrote this function and used `function` rather than `=>` because I couldn't get the syntax right using an arrow function:
I just wrote this function and used `function` rather than `=>` because I couldn't get the syntax right using an arrow function:
Of course, the inconsistencies are what I don't like about js in general.