Skip to content

Commit fd6f2e4

Browse files
committed
Fixed title and TOC
1 parent 05e063c commit fd6f2e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Evolution of Async handling in JavaScript!
1+
# Evolution of Asynchronous Programming in JavaScript
22

33
**Table of Contents**
44

55
- [Callbacks](#callbacks)
6-
- [Promises ES6](#promises)
7-
- [Generators ES6](#generators-es6)
8-
- [Async Functions ES7](#async-functions-es7)
6+
- [Promises (ES6)](#promises)
7+
- [Generators (ES6)](#generators-es6)
8+
- [Async Functions (ES7)](#async-functions-es7)
99

1010
## Callbacks
1111
In JavaScript, functions are first-class objects; that is, functions are of the type Object and they can be used in a first-class manner like any other object (String, Array, Number, etc.) since they are in fact objects themselves. They can be “stored in variables, passed as arguments to functions, created within functions, and returned from functions”.

0 commit comments

Comments
 (0)