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
Perbaikan UAS - Pemrograman 3

Quiz
•
University
50 questions
html css and javascript

Quiz
•
University
50 questions
SE UNIT -3 Full-Stack Development Quiz

Quiz
•
University
50 questions
Test 1 - JavaScript

Quiz
•
University
50 questions
Web Designing-2025

Quiz
•
University
52 questions
ICT CBP Q3 Periodical Test

Quiz
•
9th Grade - University
60 questions
NET1L - Lesson 4 (Physical Layer Pt. 2)

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

Quiz
•
University
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