JavaScript Essentials Quiz

Quiz
•
Computers
•
Professional Development
•
Hard
Ebinbin Ajagun
Used 3+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of these is not correct about variables?
Variables are fundamental to programming
Variables give names to data
Variables are containers used to store data or data values
Variables are the data types used in JavaScript
2.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Which of these is not a primitive data type?
String
Number
Array
Undefined
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What data type is the following variable?
const PI = 3.14;
String
Constant
Number
Bigint
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What data type is the following variable?
c = 85;
Constant
String
Number
Boolean
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which one is generally better for an unknown variable, line 1 or line 2?
let empty1 = undefined; //line 1
let empty2 = null; //line 2
Line 1
Line 2
6.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
What is the console output for the following code?
let greetStr1 = "Hello";
greetStr1 = "World";
console.log(greetStr1);
Hello
World
HelloWorld
Hello World
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What will be logged to the console?
let x = "World!";
let y = "Hello $(x)";
console.log(y);
Hello
World
Hello World!
HelloWorld
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
A+ - 11B - Use Performance and Troubleshooting Tools

Quiz
•
Professional Development
16 questions
Основы языка

Quiz
•
Professional Development
20 questions
Révision HTML, CSS et JavaScript

Quiz
•
Professional Development
20 questions
Examen de Python

Quiz
•
Professional Development
20 questions
JS - Practice 1

Quiz
•
Professional Development
17 questions
¡Ponte a prueba con JavaScript! 💻🔍

Quiz
•
Professional Development
17 questions
Lección1 - JavaScript

Quiz
•
1st Grade - Professio...
20 questions
System and network support and management

Quiz
•
11th Grade - Professi...
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade