12 JavaScript Tips & Tricks that I use Every Day + Bonus

preview_player
Показать описание

0:56 3. Destructure arrays
1:24 4. Switch case
2:10 5. Top-level await
2:48 6. async-await
3:31 7. pipe function
4:43 8. Ternary operator
5:25 9. Format JSON.stringify
5:54 10. Conditionally add to objects
6:42 11. Optional chaining
7:25 12. Memoization
8:52 Bonus

🌎 Follow me here:
Рекомендации по теме
Комментарии
Автор

Some of these tips helped me to solves some problems I was dealing with for a long time, thank you very much !

rachidb
Автор

good tips for JS developer, and trick 10 of Conditionally add to objects was new to me, thank you Tom!

xmehdi_
Автор

Awesome stuff, thank you! Very underrated channel, keep up the great quality!

PfalzerGbr
Автор

Super useful stuff ✨ pipes and compose are really some great utilities.

sidwebworks
Автор

Great video. would love to see some best practices stuff for react and next. I like how you use typescript often too!

yoJuicy
Автор

#11 - obj.person?.name is fine, u don't have to place question mark everywhere, just enough before potential faily place

donottrackmepls