am I the only one who dislikes spaces after braces? i.e foo({ num: 3 },
foo(function() { return {num: 3}; });
I used that a lot when writing code that used D3. But since arrow functions, I hardly ever use a single line block statements, so this style is obsolete.