Advertisement
Advertisement
10th Grade JavaScript Quizzes, Questions & Answers
Recent JavaScript Quizzes
Questions: 25 | Attempts: 177 | Last updated: Oct 9, 2025
-
Sample QuestionDo functions in JavaScript necessarily return a value?
Questions: 20 | Attempts: 599 | Last updated: Sep 20, 2025
-
Sample QuestionName two different ways to call a function.
Questions: 10 | Attempts: 74 | Last updated: Mar 21, 2025
-
Sample QuestionWho will benefit greatly from this book?
Questions: 11 | Attempts: 411 | Last updated: Mar 22, 2025
-
Sample QuestionDetect the console value of the following line of code. function Foo(a,b,c){ this.x = a; this.y = b; this.z = c; } var m = Foo(3,4,5); var k = {}; Foo.call(k,3,4,5); console.log(k); console.log(m);
Questions: 20 | Attempts: 231 | Last updated: Mar 21, 2025
-
Sample QuestionInside which HTML element do we put the JavaScript?
Questions: 11 | Attempts: 367 | Last updated: Mar 21, 2025
-
Sample QuestionJava Script File Has An Extension Of
Questions: 15 | Attempts: 102 | Last updated: Feb 13, 2025
-
Sample QuestionDifference b/w confirm and alert
Questions: 11 | Attempts: 232 | Last updated: Oct 22, 2025
-
Sample QuestionUnlike a method a closure can only take one parameter.
Questions: 25 | Attempts: 379 | Last updated: Mar 21, 2025
-
Sample Questionvar value = Math.pow(0, 10); document.write("<br />Fourth Test Value : " + value ); Type question here
Questions: 16 | Attempts: 1085 | Last updated: Mar 22, 2025
-
Sample QuestionHow can we starts Javascript ?
Advertisement