1. Functions
2. Function Parameters
3. Function string Parameters
4. Return Statement
5. Nested Functions
6. Anonymous Functions
7. Anonymous function stored in a variable
8. Functions in real life example
9. State vs view basic concept
10. Local vs Global Variable Concept
11. Constant Variable
12. Let Variable
13. Slicing String method
14. Upper and lower case string method
15. More on String methods
16. Typeof
17. Number Methods
18. Array Modification
19. Array Methods 1
20. Array methods 2
21. Array Methods 3
22. ForEach
23. Map
24. Create Arrays
25. Filter
26. Create Objects
27. Modifying and accessing object properties
28. Arrays inside object
29. Access array inside object
30. Objects inside array
31. findIndex and find methods
32. findIndex with object array project
33. find method with object array project
34. for loop
35. For Loop explained
36. Reverse For Loop
37. While Loop
38. Do while loop
39. Nested loop
40. create table loop
41. nested loop table
42. for in
43. for of
44. Continue and break statement
45. Functions in real life example 2