JavaScript Final Quiz

Test your JavaScript knowledge. Select the correct answer and click Submit Quiz.

Q1. JavaScript was created by?
Q2. What was the first name of javascript
Q3. Which keyword declares a variable?
Q4. Which operator is used for assignment?
Q5. Which data type stores true or false?
Q6. Which method displays output in browser popup?
Q7. Which object stores multiple values?
Q8. Which keyword creates a function?
Q9. Which statement is used for decision making?
Q10. Which loop executes a block repeatedly?
Q11. JavaScript is a ______ language.
Q12. Which object represents date and time?
Q13. Which method joins array elements?
Q14. Which method adds element at end of array?
Q15. Which keyword stops loop execution?
Q16. Which keyword skips current iteration?
Q17. What is the output type of typeof 'Hello'?
Q18. Which symbol is used for strict equality?
Q19. Which keyword refers to current object?
Q20. Which method sets custom value of this?
Q21. Which method is similar to call()?
Q22. Which method permanently binds this?
Q23. Objects are created using which keyword?
Q24. Prototype is mainly used for?
Q25. JavaScript inheritance is based on?
Q26. Which method creates an object with specified prototype?
Q27. Which function converts string to integer?
Q28. Which method removes last array element?
Q29. Which event occurs when button is clicked?
Q30. JavaScript file extension is?