Class method shorthand return

somonek somonek at gmail.com
Fri May 5 16:13:50 UTC 2017


Hi,

I this return shorthand would be helpful.

class MyClass {
    deleteProfileImage() => (....)
}

as we already have this

const myFunction = () => (....);


any thoughts?


Serghei


More information about the es-discuss mailing list