@rauschma omitting parentheses is one of the nice syntax sugar I use in my JS code:```jsconst add = a => b => a+b```