Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Youtube:
* [Асинхронные функции, async/await, thenable, обработка ошибок](https://www.youtube.com/watch?v=Jdf_tZuJbHI)

Sites:
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction)
* [javascript.info](https://javascript.info/async-await#async-functions)
2 changes: 1 addition & 1 deletion SKILLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| 🟨 this | 🟦 bitwise operators | 🟦 listener | ⬜️ weak collections | 🟦 exception |
| 🟨 arrow function | 🟦 break, continue | ⬜️ pipe | ⬜️ Proxy | 🟦 return early |
| 🟨 generator | 🟦 switch | ⬜️ memoize | ⬜️ Symbol | 🟦 linter |
| 🟨 async function | 🟨 new Error | 🟦 factory | 🟨 string parsing | ⬜️ prettier |
| 🟨 [async function](./Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md) | 🟨 new Error | 🟦 factory | 🟨 string parsing | ⬜️ prettier |
| 🟨 call, bind, apply | | 🟦 pool | 🟨 timers | 🟦 unittest |
| 🟨 Array | | 🟦 wrapper | 🟨 EventEmitter | 🟦 git |
| 🟨 instanceof | | 🟨 default parameters | 🟨 RegExp | 🟦 github |
Expand Down