1.How to declare an array in js?
2.what method we can use to add the elements to an array?
3.How to remove elements in an array?
4.what are diff b/w push() and pop() in an array?
5.How to iterate over an array in js?
6.How to check wheater element is present in an array or not?
7.Diff b/w splice(),slice().
8.How can we find max and min elements in an array by using js?
9.How to convert array to string?
10.what is function in js,how many types of functions we have in js?
11.How to declare a function?
12.what is nested function.and you need to write example for the nested function in
js.
13.what is diff b/w return keyword and console.log.
14.how to return a value from a function in js?
15.what is closure and js curriying in js?
16.what is hoisting in js?
17.what is the diff blw block scope and global scope?
18.what is arrow function.write all the rules for the arrow function.
19.what is callback function.write one exapmle for it in js?
20.what is the diff b/w function declaration and function expressions?
21.What is dom?
22.How to selectan element by using id using js?
23.How to create an html element?
24.what is event bubbling?
25.What is the diff b/w queryselector and getelementbyid?