Hi, I this return shorthand would be helpful.
class MyClass {
deleteProfileImage() => (....)
}
as we already have this
const myFunction = () => (....);
any thoughts?
Serghei
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

