Javascript advanced

Javascript advanced

Professional Development

6 Qs

quiz-placeholder

Similar activities

Azure Cloud computing

Azure Cloud computing

Professional Development

10 Qs

C String Array MCQs

C String Array MCQs

Professional Development

10 Qs

Unix Fundamentals

Unix Fundamentals

Professional Development

10 Qs

How are you doing?

How are you doing?

Professional Development

10 Qs

AWS ACF Módulo 1  - Visão geral dos conceitos de nuvem

AWS ACF Módulo 1 - Visão geral dos conceitos de nuvem

Professional Development

10 Qs

Driver Installations

Driver Installations

Professional Development

10 Qs

Ai BG-Q#

Ai BG-Q#

Professional Development

10 Qs

FRIEND TT - THE SICK

FRIEND TT - THE SICK

Professional Development

10 Qs

Javascript advanced

Javascript advanced

Assessment

Quiz

Computers

Professional Development

Practice Problem

Easy

Created by

Tomas Martinez

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match and submit!

can be reassigned but NOT redefined

var

can be reassigned and redefined

const

cannot be reassigned another value.

let

2.

MATCH QUESTION

1 min • 1 pt

Match and submit!

function passed as an argument to anothe

anonymous arrow function syntax

() => { }

callback functions

const x = function (a, b) {return a * b}

function expression stored in a variable

3.

MATCH QUESTION

1 min • 1 pt

Match and submit!

scope

where variables and function declarations are moved to the top of their scope before code execution

DOM manipulation

changing the structure, content, or style of a web page using JavaScript

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!

==

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

===

AND operator

||

OR 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.

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

function binding

(function(){
console.log("This function is called immediately");
})();

self-invoking function

an inner function having access to an outer/parent function scope, even after the outer/parent function has closed

closure

returns a “bound variant” of function func that fixes the context this and first arguments if given

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?