diff --git a/Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md b/Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md new file mode 100644 index 00000000..7d8c4702 --- /dev/null +++ b/Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md @@ -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) \ No newline at end of file diff --git a/SKILLS.md b/SKILLS.md index f11716a3..059bd590 100644 --- a/SKILLS.md +++ b/SKILLS.md @@ -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 |