How can you change the source of an image in JavaScript?

JavaScript and HTML Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
Waqqad Rasheed
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
document.getElementById("image1").innerHTML = "newImage.jpg";
document.getElementById("image1").src = "newImage.jpg";
document.getElementById("image1").textContent = "newImage.jpg";
document.getElementById("image1").setAttribute("alt", "newImage.jpg");
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which JavaScript property would you use to change the font color of a paragraph?
document.getElementById("p1").style. Font = "red";
document.getElementById("p1").style. color = "red";
document.getElementById("p1").fontColor = "red";
document.getElementById("p1").setTextColor("red");
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following JavaScript code do?
document.getElementById("p1").style.fontSize = "x-large";
Changes the font size of the paragraph with ID "p1" to extra-large.
Makes the text bold.
Changes the font to Arial.
Centers the text in the paragraph.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid variable declaration in JavaScript?
var 1name = "John";
var first-name = "John";
var firstName = "John";
var first name = "John";
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following JavaScript code output?
var age = "20"; var newAge = Number(age); alert(newAge);
"20"
NaN
20
undefined
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to convert a boolean value to a number in JavaScript?
var num = Boolean(1);
var num = String(true);
var num = Number(true);
var num = Convert.toBoolean(1);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid data type in JavaScript?
String
Boolean
Character
Number
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Java Script

Quiz
•
10th - 12th Grade
10 questions
JS Practice: ITS Certification

Quiz
•
12th Grade
11 questions
JS Certification

Quiz
•
12th Grade
10 questions
Programación Visual

Quiz
•
12th Grade
5 questions
JavaScript Basics

Quiz
•
9th - 12th Grade
10 questions
web tasarım programlama-1

Quiz
•
12th Grade
10 questions
JavaScript 4

Quiz
•
12th Grade
12 questions
Javascript Arrays

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University