Question Bank

3705 approved questions from the community

Which statements about lexical scoping are true? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Javascript
by Mohamed

Which are valid ways to iterate over an object's properties? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Javascript
by Mohamed

Which array methods do NOT mutate the original array? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Javascript
by Mohamed

Which of the following are truthy values in JavaScript? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Javascript
by Mohamed

Which tools are commonly used for debugging JavaScript? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Javascript
by Mohamed

Which of the following are valid ways to create objects in JavaScript? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Javascript
by Mohamed

What is the main difference between null and undefined?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

Which storage mechanisms are available in browsers? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Javascript
by Mohamed

Which of the following are primitive data types in JavaScript? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Javascript
by Mohamed

What value does 'this' refer to in a global context (non-strict mode)?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

What does the event loop do in JavaScript?

EASY
SINGLE CHOICE
40s
Javascript
by Mohamed

What is the difference between == and === in JavaScript?

EASY
SINGLE CHOICE
30s
Javascript
by Mohamed

What is the microtask queue?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed

What is the difference between Promise.all() and Promise.allSettled()?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed

What does Array.prototype.filter() return?

EASY
SINGLE CHOICE
30s
Javascript
by Mohamed

What does Array.prototype.reduce() do?

EASY
SINGLE CHOICE
35s
Javascript
by Mohamed

What is the prototype chain?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

How do you check if a property exists in an object?

EASY
SINGLE CHOICE
30s
Javascript
by Mohamed

What is an Immediately Invoked Function Expression (IIFE)?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

What is the difference between innerHTML and textContent?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed
PreviousPage 138 of 186Next