What is the correct syntax for referring to an external script called "script.js"?
What is the output of the following code?console.log(2 + "2");
Which of the following is not a JavaScript data type?
What is the result of the following code?var x = 10;console.log(x++);
What is the correct way to declare a JavaScript variable?
Your score: /5
Your rating:
© Coding for Beginners - All Rights Reserved