taniarascia / comments

Comments
7 stars 0 forks source link

understanding-arrow-functions-in-javascript/ #4

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Understanding Arrow Functions in JavaScript | Tania Rascia

This article was originally written for DigitalOcean. Introduction The 2015 edition of the ECMAScript specification (ES6) added arrow…

https://www.taniarascia.com/understanding-arrow-functions-in-javascript/

FJancsi commented 4 years ago

You've forgot to omit the parentheses, at the example here. But very good and detailed explanation of arrow function :)

taniarascia commented 4 years ago

Thanks! I keep using Prettier on the articles and it keeps adding it back on me.

husky-dot commented 4 years ago

Hello, may I translate your article into Chinese?I would like to share it with more developers in China. I will give the original author and original source.

hackvan commented 4 years ago

You're the best explain this topics, thanks a lot!

cheboi commented 3 years ago

Well explained, Thank you.