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
Match and submit!
can be reassigned and redefined
const
cannot be reassigned another value.
var
can be reassigned but NOT redefined
let
2.
MATCH QUESTION
1 min • 1 pt
Match and submit!
function passed as an argument to anothe
function expression stored in a variable
() => { }
callback functions
const x = function (a, b) {return a * b}
anonymous arrow function syntax
3.
MATCH QUESTION
1 min • 1 pt
Match and submit!
DOM manipulation
changing the structure, content, or style of a web page using JavaScript
scope
where variables and function declarations are moved to the top of their scope before code execution
hoisting
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!
||
AND operator
===
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
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.
function binding
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
call stack
(function(){
console.log("This function is called immediately");
})();
self-invoking function
returns a “bound variant” of function func that fixes the context this and first arguments if given
closure
an inner function having access to an outer/parent function scope, even after the outer/parent function has closed
Similar Resources on Wayground
10 questions
PYTHON VOCABULARY

Quiz
•
Professional Development
8 questions
Technology and design (UNIT 4 LESSON A)

Quiz
•
12th Grade - Professi...
10 questions
Conocimientos de JavaScript

Quiz
•
Professional Development
7 questions
Async Await

Quiz
•
Professional Development
10 questions
Computer Hardware and Software Quiz

Quiz
•
Professional Development
6 questions
js-func - conditions - Intro

Quiz
•
Professional Development
10 questions
Quizizz

Quiz
•
Professional Development
10 questions
HTTP responses & request methods

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
8 questions
Understanding Government: Limited and Unlimited

Quiz
•
Professional Development
20 questions
tape measure

Quiz
•
Professional Development
24 questions
Street Signs

Quiz
•
9th Grade - Professio...