Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d6a054

Browse files
Added article and video for Explain what "async/await" is and how it works.
1 parent a33210e commit 4d6a054

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

‎README.md‎

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,25 @@
307307

308308
---
309309

310-
7. Explain what "async/await" is and how it works.
310+
### 7. Explain what "async/await" is and how it works.
311+
<details>
312+
<summary><b>Answer</b></summary>
313+
314+
315+
#### Articles
316+
- 📜 [Async/Await Function in JavaScript](https://www.geeksforgeeks.org/async-await-function-in-javascript/)
317+
- 📜 [Async/await](https://javascript.info/async-await)
318+
- 📜 [How to Use Async/Await in JavaScript with Example JS Code](https://www.freecodecamp.org/news/async-await-in-javascript/)
319+
320+
321+
#### Videos
322+
- 🎬 [Async Await vs. Promises - JavaScript Tutorial for beginners](https://youtu.be/spvYqO_Kp9Q?si=VcTKJ9TOOmXT5AKK)
323+
- 🎬 [async await](https://youtu.be/6nv3qy3oNkc?si=NoJBS9KHrkYdv_na)
324+
325+
</details>
326+
327+
---
328+
311329
8. How can you handle errors in JavaScript?
312330
9. What is the difference between "let," "const," and "var" when declaring variables.
313331
10. Explain the differences between "setTimeout" and "setInterval."

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /