Advertisement
Advertisement
11th Grade JavaScript Quizzes, Questions & Answers
Recent JavaScript Quizzes
Questions: 11 | Attempts: 413 | 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: 11 | Attempts: 239 | Last updated: Oct 22, 2025
-
Sample QuestionUnlike a method a closure can only take one parameter.
Questions: 25 | Attempts: 381 | 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: 1087 | Last updated: Mar 22, 2025
-
Sample QuestionHow can we starts Javascript ?
Questions: 8 | Attempts: 561 | Last updated: Mar 22, 2025
-
Sample QuestionWhat does the below line do considering it as the first line in your javascript file (function(){alert(this)})();
Questions: 11 | Attempts: 8227 | Last updated: Apr 3, 2025
-
Sample QuestionJavaScript File Has An Extension of:
« Previous12Next »
Advertisement