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
can be reassigned but NOT redefined
let
cannot be reassigned another value.
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}
anonymous arrow function syntax
function passed as an argument to anothe
callback functions
3.
MATCH QUESTION
1 min • 1 pt
Match and submit!
DOM manipulation
the context in which the variable is accessible. There are global scope, function scope, and block scope in JavaScript.
scope
where variables and function declarations are moved to the top of their scope before code execution
hoisting
changing the structure, content, or style of a web page using JavaScript
4.
MATCH QUESTION
1 min • 1 pt
Match and submit!
==
OR operator
===
AND operator
&&
strict equality comparison that does not perform type coercion and requires the operands to have the same type
||
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.
closure
returns a “bound variant” of function func that fixes the context this and first arguments if given
self-invoking function
(function(){
console.log("This function is called immediately");
})();
function binding
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
Similar Resources on Wayground
11 questions
Forms

Quiz
•
Professional Development
10 questions
Manage Files on Windows Quiz

Quiz
•
Professional Development
5 questions
C Programming

Quiz
•
Professional Development
6 questions
PL-200 Learning Path 2 - Business Rules

Quiz
•
Professional Development
10 questions
c programming-Test 1

Quiz
•
Professional Development
10 questions
Scope Management

Quiz
•
University - Professi...
8 questions
Modem Swap

Quiz
•
Professional Development
11 questions
IMS Process Quiz

Quiz
•
Professional Development
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