Skip to content

Commit 57d05ef

Browse files
committed
added toc
1 parent 4b5ae3a commit 57d05ef

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ JavaScript is a high-level, interpreted, programming language that conforms to t
1515
7. [Loops](https://github.com/Cheatsheet-lang/JavaScript#loops)
1616
8. [Functions](https://github.com/Cheatsheet-lang/JavaScript#functions)
1717
9. [Prompts](https://github.com/Cheatsheet-lang/JavaScript#prompts)
18+
10. [Callbacks](https://github.com/Cheatsheet-lang/JavaScript#callbacks)
19+
11. [Arrow Functions](https://github.com/Cheatsheet-lang/JavaScript#arrow-functions)
20+
12. [Promises](https://github.com/Cheatsheet-lang/JavaScript#promises)
21+
13. [Async/Await](https://github.com/Cheatsheet-lang/JavaScript#asyncawait)
22+
14. [Classes](https://github.com/Cheatsheet-lang/JavaScript#classes)
23+
15. [Function Context](https://github.com/Cheatsheet-lang/JavaScript#function-context)
24+
16. [Inheritance](https://github.com/Cheatsheet-lang/JavaScript#inheritance)
25+
17. [Destructing](https://github.com/Cheatsheet-lang/Javascript#destructing)
1826

1927
## Print
2028

@@ -240,7 +248,7 @@ switch (a) {
240248

241249
## Loops
242250

243-
Loops are used to perform a set of operations multiple times. There are three types of loops in JS. The syntax of loops is similar to other compile time programming languages.
251+
Loops are used to perform a set of operations multiple times. There are three types of loops in JS. The syntax of loops is similar to other compile-time programming languages.
244252

245253
**For Loop**
246254
```javascript

0 commit comments

Comments
 (0)