|
|
|
|
|
by empyrical
3933 days ago
|
|
(this is just in the chrome js console, not sure about other envs) The automatic semicolon insertion doesn't seem as bad for arrow functions, this works as expected: () =>
"this string is returned"
I'd personally keep using the parenthesis for aesthetic reasons though. |
|