Skip to content

Commit 74a9922

Browse files
authored
Update README.md
1 parent 9294411 commit 74a9922

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# JavaScript-Tutorial
22
Learn JavaScript with Pankaj in this concise and practical tutorial series, covering basics and advanced topics for web development
3+
4+
5+
| No. | Topic Name |
6+
|------|-----------------------------------------|
7+
| 01. | Introduction |
8+
| 02. | Variables |
9+
| 03. | Take Input |
10+
| 04. | Comments |
11+
| 05. | Operators |
12+
| 08. | Basic Type Conversion |
13+
| 09. | if-else Statement |
14+
| 10. | Switch Statement |
15+
| 11. | Ternary Operator |
16+
| 12. | for Loop |
17+
| 13. | while Loop |
18+
| 14. | break and continue |
19+
| 15. | Arrow Functions |
20+
| 16. | Functions |
21+
| 17. | Global and Local Scope |
22+
| 18. | Objects |
23+
| 19. | Strings |
24+
| 20. | String Methods and Properties You Must Know |
25+
| 21. | Array Methods You Must Know |
26+
| 22. | Arrays |
27+
| 23. | for...in and for...of Loop |
28+
| 24. | map, filter, reduce |
29+
| 25. | Numbers |

0 commit comments

Comments
 (0)