JAVASCRIPT Interview Practice #4

Q1. What will be the output of the below code?

for(var x=0; x < 15; x++);  
console.log(x);






Q2. Javascript is?







Q3. JavaScript is ---- Side Scripting Language?







Q4. We can embed JS code inside HTML directly?







Q5. Which one of the following method or operator is used for identification of the array?