Member since
There is so much boilerplate and "noise" when not using arrow functions due to having to have multiple lines. Creating a way to keep the terse code while expanding the allowed lines, is huge.
Makes code more clean because it is shorter and the use
keyword is not needed anymore.
A breakthrough for language, easy to write easy to read.
It improves the readability and usability of closures that consist of more than one assignment.