JavaScript

Quiz
•
English
•
University
•
Hard
Sarah Williams
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
To declare a JavaScript variable, you should NOT use?
Let
Var
Const
Int
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How do you write "Hello World" in an alert box?
msg("Hello World");
alertBox("Hello World");
alert("Hello World");
msgBox("Hello World");
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How can a developer show a pop-up message to the user?
alert
prompt
console.log
<p> tag
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How do I declare a new variable?
var newVariable = 5;
Variable int = new Variable();
var 5 = myVariable;
int var = 5;
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
The following code will:
x++;
Add 1 to the previous value of x
Add 1 to the previous value of y
Subtract 1 from the previous value of x
Give an error message
6.
MULTIPLE SELECT QUESTION
1 min • 5 pts
Which of the following is a symbol that must NOT be present in any JS Variable? Choose two
A
z
~
%
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What would this piece of code display?
let x = 5;
console.log(x != 8);
false
x!=8
true
8
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
IHS - National Parks of Indonesia

Quiz
•
University
15 questions
Coding Basics

Quiz
•
12th Grade - University
10 questions
Kaggle Event Quiz

Quiz
•
University
18 questions
Google DSC Quiz - 3

Quiz
•
University
15 questions
Zıt Anlam

Quiz
•
University
10 questions
Tourist Attractions in Indonesia

Quiz
•
University
20 questions
Script Writing Criteria Quiz

Quiz
•
11th Grade - University
20 questions
Software Development_Assessment

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade