Skip to content

Commit 199e025

Browse files
Asynchronous JavaScript's README.md
1 parent 27fc7be commit 199e025

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

asynchronous-javascript/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Promises, Async & The Event Loop
2+
3+
- Promises - the most significant ES6 feature
4+
- Asynchronicity - the feature that makes dynamic web applications possible
5+
- The Event Loop - JavaScript's triage
6+
- Microtask queue, callback queue and Web browser features (APIs)

0 commit comments

Comments
 (0)