Match and submit!
Javascript advanced

Quiz
•
Computers
•
Professional Development
•
Easy
Tomas Martinez
Used 4+ times
FREE Resource
6 questions
Show all answers
1.
MATCH QUESTION
1 min • 1 pt
cannot be reassigned another value.
let
can be reassigned but NOT redefined
const
can be reassigned and redefined
var
2.
MATCH QUESTION
1 min • 1 pt
Match and submit!
() => { }
function expression stored in a variable
const x = function (a, b) {return a * b}
callback functions
function passed as an argument to anothe
anonymous arrow function syntax
3.
MATCH QUESTION
1 min • 1 pt
Match and submit!
hoisting
changing the structure, content, or style of a web page using JavaScript
DOM manipulation
where variables and function declarations are moved to the top of their scope before code execution
scope
the context in which the variable is accessible. There are global scope, function scope, and block scope in JavaScript.
4.
MATCH QUESTION
1 min • 1 pt
Match and submit!
==
strict equality comparison that does not perform type coercion and requires the operands to have the same type
&&
OR operator
===
loose equality comparison that performs type coercion if necessary to make the comparison possible
||
AND operator
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
the data representation of the objects that comprise the structure and content of a document on the web
DON
DOM
MOM
TOM
6.
MATCH QUESTION
1 min • 1 pt
Match and submit.
closure
an inner function having access to an outer/parent function scope, even after the outer/parent function has closed
call stack
to keep track of its place, in a script that calls multiple functions— what function is currently being run and what functions are called from within that function
self-invoking function
returns a “bound variant” of function func that fixes the context this and first arguments if given
function binding
(function(){
console.log("This function is called immediately");
})();
Similar Resources on Quizizz
10 questions
Hacker-Powered Security Report 2024-25

Quiz
•
Professional Development
11 questions
Javascript Function Quiz

Quiz
•
Professional Development
7 questions
IT IC DAY

Quiz
•
University - Professi...
10 questions
Advanced JS

Quiz
•
Professional Development
10 questions
Quorum Programming Day 2 Review

Quiz
•
Professional Development
9 questions
Python training series quiz

Quiz
•
Professional Development
10 questions
Globe Google Workspace Intro

Quiz
•
Professional Development
10 questions
[FE] Ice Breaking - Navigating the World of Variables, Spread, a

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