
Salesforce 31 Oct 2023
Authored by Sangeeta Ghosh
Computers
Professional Development
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How Many Future methods can be defined in a Class?
20
30
500
Any number of. There are no restrictions as such.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
function sayHi() {
console.log(name);
console.log(age);
var name = 'Lydia';
let age = 21;
}
sayHi();
Lydia and undefined
Lydia and ReferenceError
ReferenceError and 21
undefined and ReferenceError
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for (var i = 0; i < 3; i++) {
setTimeout(() => console.log(i), 1);
}
for (let i = 0; i < 3; i++) {
setTimeout(() => console.log(i), 1);
}
0 1 2 and 0 1 2
0 1 2 and 3 3 3
3 3 3 and 0 1 2
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What's the output?
+true; !'Lydia';
1 and false
false and NaN
false and false
Answer explanation
The unary plus tries to convert an operand to a number. true is 1, and false is 0.
The string 'Lydia' is a truthy value. What we're actually asking, is "is this truthy value falsy?". This returns false.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
{}
ReferenceError: greetign is not defined
undefined
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
NaN
TypeError
"12"
3
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What's the output?
let number = 0;
console.log(number++);
console.log(++number);
console.log(number);
1 1 2
1 2 2
0 2 2
0 1 2
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
EXCEL
Quiz
•
Professional Development
15 questions
CodeHS - Intro to Python - Conditionals Quiz
Quiz
•
9th Grade - Professio...
20 questions
class 8
Quiz
•
Professional Development
16 questions
Pretest DDTK-2024
Quiz
•
Professional Development
20 questions
Linux 1 - Introduction
Quiz
•
Professional Development
20 questions
Mobile Apps PayKu
Quiz
•
1st Grade - Professio...
20 questions
Javascript Fundamental Practice
Quiz
•
Professional Development
20 questions
MS Office
Quiz
•
Professional Development
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
15 questions
LOTE_SPN2 5WEEK3 Day 2 Itinerary
Quiz
•
Professional Development
20 questions
Black History Month Trivia Game #1
Quiz
•
Professional Development
20 questions
90s Cartoons
Quiz
•
Professional Development
42 questions
LOTE_SPN2 5WEEK2 Day 4 We They Actividad 3
Quiz
•
Professional Development
6 questions
Copy of G5_U6_L3_22-23
Lesson
•
KG - Professional Dev...
20 questions
Employability Skills
Quiz
•
Professional Development