From e3f7fe2db342b2e6382665c40eda84fb0729d1f2 Mon Sep 17 00:00:00 2001 From: hyssopmopeds <94949553+hyssopmopeds@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:46:17 +0300 Subject: [PATCH] add link to async function in skill tables --- Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md | 6 ++++++ SKILLS.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Links/Skills/FundamentalConcepts/Syntax/AsyncFunction.md 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 |