Brendan Eich (2014-01-11T01:33:56.000Z)
domenic at domenicdenicola.com (2014-01-14T17:50:28.648Z)
Kevin Smith wrote: > I believe this is required by the grammar anyway. No, what is required is ```js (() => {...whatever...})() ``` Arrow function expressions are an AssignmentExpression.