You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've never understood why the arrows in arrow function signatures have to go left-to-right. It's 2021 – that arrow should be able to go in any direction it wants to go in life!
Expected syntax:
letfunc=()=>{console.log('the functino has run');};
Proposed syntax:
letfunc=()=<{console.log('the functino has run');};
The text was updated successfully, but these errors were encountered:
I've never understood why the arrows in arrow function signatures have to go left-to-right. It's 2021 – that arrow should be able to go in any direction it wants to go in life!
Expected syntax:
Proposed syntax:
The text was updated successfully, but these errors were encountered: