
Intro to JS Quiz
Authored by Yash Raut
Computers
University
Used 10+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Inside which HTML element do we put the JavaScript?
<scripting>
<js>
<javascript>
<script>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct JavaScript syntax to change the content of the HTML element below?
<p id="demo">This is a demonstration.</p>
document.getElementById("demo").innerHTML = "Hello World";
#demo.innerHTML = "Hello World";
document.getElementByName("p").innerHTML = "Hello World";
document.getElement("p").innerHTML = "Hello World";
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Where is the correct place to insert a JavaScript?
In the <body>
section
In the <head> section
Both the <head> and <body> are correct
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The external JavaScript file must contain the <script> tag.
False
True
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write "Hello World" in an alert box?
msg("hello world");
msgBox("Hello World");
alertBox("Hello World");
alert("Hello World");
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a function in JavaScript?
function:myFunction()
function = my function()
function myFunction()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to write an IF statement in JavaScript?
if i == 5 then
if ( i==5 )
if i = 5 then
if i = 5
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?