Practical Destructuring with Promises and Array Methods

preview_player
Показать описание
This tutorial explains how you can use array and object destructuring in conjunction with Array methods and Promise-based methods like fetch.

Note: The rest operator must be the last argument when destructuring. The code sample linked to below has the correct syntax for doing this.

Рекомендации по теме
Комментарии
Автор

Your videos are so easy to understand. Thank you so much!

RHILL-hbhr
Автор

This channel deserves more subscribers for its quality content

jaganmohan
Автор

Actually, I am going to use them now!

allezzthepunk
Автор

really like your tutorial !! even non-native English speaker still can understand , thank you~

sinsin
Автор

Thank you so much our senior dev, this video worth my time ❤

pamphilemkp
Автор

Oh my, I found a home where JS is understood. Waiting for that video that will touch on JEST, hoping that it is being thought of. This video has made me go back and refactor my code. Thanks a lot.

Self-taughtCoder
Автор

Great sir. I m gonna use this. Thanks for the tutorial. Lots to learn from you.

krish_unni
Автор

Thanks heaps for the great video, would it be possible to fold values from Promises using destructuring? I trying to compose multiple sync and async functions while keeping the runtime under 50ms (CF worker) but the new Promise creation with .then is killing performance.

cloudpuncher
Автор

Hi Sir 😊
Thanks for this tutorial video. I have a request, please make a video teaching how to make an image slider using Javascript with autoplay 🙂. And one more thing, is there any css property for smoothing the text on the webpage becuase the text on my website is very distorted on the edges and it doesn't look nice.
Thanks 😊

hammadahmad
Автор

Thank you. When using destructuring, if I change the order of name and partner, will it still work?

johmcg
Автор

At 7:55 what u have said is wrong, sir. Rest element must be last in a destructuring pattern.

devT
Автор

Why would you use a map() method without returning anything though... 🙄

yadusolparterre