Create a variable called carName, assign the value Volvo to it.
let ________ = "________"
JS - Knowledge Check
Passage
•
Computers
•
University
•
Medium
John Oli
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Create a variable called carName, assign the value Volvo to it.
let ________ = "________"
2.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Fill in the Blank( See Picture )
Display the sum of 5 + 10, using two variables: x and y.
3.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Fill in the Blanks ( See Picture )
Create a variable called z, assign x + y to it, and display the result in an alert box.
4.
FILL IN THE BLANK QUESTION
2 mins • 5 pts
Fill in the Blanks (See Picture)
On one single line, declare three variables with the following names and values:
firstName = "John"
lastName = "Doe"
age = 35
5.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Fill in the Blanks ( See Picture )
Make the function return "Hello".
6.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Fill in the Blanks ( See Picture )
Create a function called "myFunction".
7.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What is the correct JavaScript syntax to change the content of the HTML element below?
<p id="demo">This is a demonstration.</p>
document.getElementByName("p").innerHTML = "Hello World!";
#demo.innerHTML = "Hello World!";
document.getElementById("demo").innerHTML = "Hello World!";
document.getElement("p").innerHTML = "Hello World!";
21 questions
Prog Web U3
Quiz
•
University
21 questions
JS QCM DEV101
Quiz
•
University
15 questions
Comparing Python, Java, and JavaScript
Quiz
•
9th Grade - University
12 questions
JavaScript Quiz
Quiz
•
University
20 questions
JavaScript Basics (2)
Quiz
•
University
19 questions
JavaScript
Quiz
•
University
13 questions
JavaScript Variables
Quiz
•
3rd Grade - University
18 questions
THE_COVER
Quiz
•
University
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