JAVASCRIPT LONG

Quiz
•
Computers
•
University
•
Medium
Danny Casimero
Used 6+ times
FREE Resource
55 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze the code snippet:
let n = 2 3 * 3 - 1;
53
215
18
36
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The number 2 is stored in the n variable: let n = 2;.
The command n = n*n*n is then called.
This last command can be replaced by:
n **= 3;
n ***= n;
n **= n;
n *= 3;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The string "12" has been written into the str variable: let str = "12";.
Then, the following operation is performed: str = +str.
As a result, the variable str will contain:
12
"+12"
"12"
NaN
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze the code snippet:
let n = 10;
let m = ++n;
n: 10, m: 10
n: 11, m: 10
n: 10, m: 11
n: 11, m: 11
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The result of the operation !(true && false || true) will be:
null
true
false
1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The result of the comparison "abcd" > "Abcd" will be:
false
"abcd"
1
true
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The result of the operation 3 * 4 > 20 – 15 will be:
-14
NaN
true
false
Create a free account and access millions of resources
Similar Resources on Wayground
60 questions
NET1L - Lesson 4 (Physical Layer Pt. 2)

Quiz
•
University
50 questions
UNIT-II - BASICS OF VIRTUALIZATION

Quiz
•
University
51 questions
Lesson 3 - Operating System Structures

Quiz
•
University
50 questions
Web Designing-2025

Quiz
•
University
50 questions
Week 10-11 JavaScript Multiple Choice Quiz

Quiz
•
University
60 questions
Perbaikan UAS - Pemrograman 3

Quiz
•
University
55 questions
Domain 2 - Network Security

Quiz
•
10th Grade - University
50 questions
Unit -2 Control Statements and Sorting Algorithms

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University