Which of the following is NOT one of the three keywords used to create a variable in JavaScript?
PreTrainingJavaScript

Quiz
•
Computers, Professional Development
•
Professional Development
•
Medium
Keven N Mitchell
Used 12+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
var
int
let
const
2.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
What is the JavaScript function used to print to the console?
console.log();
System.out.println();
cout << "Hello World!";
3.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
is JavaScript case sensitive?
Yes
No
4.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
let x = 5;
In the above statement, what is the data type of x?
Object
number
int
String
5.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
let x = "5";
In the above statement, what is the data type of x?
boolean
number
undefined
String
6.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
5 == "5"
what does the above expression evaluate to?
True
False
7.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
5 === "5"
what does the above expression evaluate to?
True
False
8.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Choose the statement that correctly declares and initializes an array
let array;
let a = [1,2,3];
let a = {1,2,3};
9.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
What does the pictured loop return?
"ThreeString"
"Three"
nothing
Similar Resources on Quizizz
10 questions
Quiz for Module2

Quiz
•
Professional Development
11 questions
Java Fundamentals

Quiz
•
Professional Development
6 questions
Javascript advanced

Quiz
•
Professional Development
10 questions
FE Batch 20 (Javascript Fundamental)

Quiz
•
Professional Development
10 questions
Treinamento JS - Capítulo 2

Quiz
•
Professional Development
10 questions
CS - Introduction to React Native

Quiz
•
Professional Development
10 questions
Advanced JS

Quiz
•
Professional Development
10 questions
ICT 10 M6 QUIZIZZ

Quiz
•
Professional Development
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