JS Snippet Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Hamzah Alnofli
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is JavaScript used for?
Styling web pages
Making web pages interactive
Creating web page layouts
Defining web page structure
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you add JavaScript to an HTML file?
<script>
<js>
<javascript>
<code>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to declare changing variables in JavaScript?
variable
int
var
char
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the innerHTML property do in JavaScript?
Changes the content of an element
Changes the style of an element
Removes an element from the DOM
Adds a new element to the DOM
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you select an element by its ID in JavaScript?
document.getElementByClassName()
document.getElementByName()
document.getElementById()
document.querySelector()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to add an event listener in JavaScript?
addEventListener()
attachEvent()
onEvent()
addListenEvent()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does event.preventDefault() do?
Stops the event from bubbling up the DOM tree
Prevents the default behavior of the event
Removes the event listener from the element
Stops the propagation of the event to other elements
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be the output in this code segment?
const x = 5;
x = 4;
console.log(x);
error
const
4
5
Similar Resources on Wayground
13 questions
JavaScript Variables

Quiz
•
3rd Grade - University
10 questions
TLE Q3 M1-5

Quiz
•
10th Grade
10 questions
Evaluasi Javascript 5

Quiz
•
10th Grade
10 questions
Evaluasi Javascript 3

Quiz
•
10th Grade
10 questions
QUARTER3 MOD 1 TO 5

Quiz
•
10th Grade
7 questions
JavaScript - das Einbindungsquiz

Quiz
•
9th Grade
10 questions
Introducción a JavaScript I

Quiz
•
9th Grade
10 questions
JavaScript Quiz 1

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade