1.1 for loop 21.zip
 1. What is For Loop 
 2.1 while loop 22.zip
 2. What is While Loop 
 3.1 do while 23.zip
 3. What is Do-While Loop 
 4.1 break continue 24.zip
 4. What is continue and break keyword 
 5.1 array intro 25.zip
 5. Introduction of Array
 6.1 array method 26.zip
 6. Array Methods push, pop, shift, unshift
 7.1 array method 27.zip
 7. Array Methods includes, indexOf, slice, join, concat
 8.1 clone array 28.zip
 8. Clone Array Methods slice, spread, Array.from, concat
 9.1 array iterate 29.zip
 9. Iterate Array For and For of loop
 10.1 array iterate 30.zip
 10. Iterate Array For in and While loop
 11.1 array destructure 31.zip
 11. What is Array Destructuring 
 12.1 object intro 32.zip
 12. Introduction of Object in JavaScript
 13.1 object add remove 33.zip
 13. How to add or remove values in object
 14.1 object iterate 34.zip
 14. Iterate Object For of, For in, Object.keys()
 15.1 spread operator 35.zip
 15. What is spread operator in Javascript  Arrays and Objects
 16.1 object destructure 36.zip
 16. What is Object Destructuring and discuss different method of destructure Object
 17.1 object interview questions 37.zip
 17. Objects Frequently asked interview questions