From f2bcca85a31be32fc7fcaf6ccec4d298ba32bbfb Mon Sep 17 00:00:00 2001 From: Chang Yan Date: Sun, 15 Oct 2017 16:03:23 -0400 Subject: [PATCH] Add async and await in the Async section (#46) --- front-end/javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/front-end/javascript.md b/front-end/javascript.md index 30bd8e3f..6278f652 100644 --- a/front-end/javascript.md +++ b/front-end/javascript.md @@ -61,6 +61,7 @@ WIP. - https://css-tricks.com/debouncing-throttling-explained-examples/ - Callbacks - [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) +- [Async](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) and [Await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) in ES7 **Reference**