Question Bank

3705 approved questions from the community

The rest parameter (...) collects remaining arguments into an array.

EASY
TRUE FALSE
25s
Javascript
by Mohamed

Class declarations are hoisted.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

What does Array.prototype.findIndex() return?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

The finally block executes regardless of whether an error occurs.

EASY
TRUE FALSE
25s
Javascript
by Mohamed

Babel is a popular JavaScript transpiler.

MEDIUM
TRUE FALSE
20s
Javascript
by Mohamed

What is a callback hell?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

Debouncing delays function execution until after a wait period.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

Cookies can be accessed by JavaScript using document.cookie.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

What is the difference between synchronous and asynchronous functions?

EASY
SINGLE CHOICE
35s
Javascript
by Mohamed

What is dynamic import?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

What is the difference between .call() and .apply()?

EASY
SINGLE CHOICE
30s
Javascript
by Mohamed

Private class fields in JavaScript start with #.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

What is the difference between CommonJS and ES modules?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed

What is a closure in JavaScript?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed

What does 'new' keyword do when used with a function?

EASY
SINGLE CHOICE
30s
Javascript
by Mohamed

Which are valid console methods? (Select all that apply)

EASY
MULTIPLE CHOICE
30s
Javascript
by Mohamed

Which are valid ES module export syntaxes? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
35s
Javascript
by Mohamed

Which are benefits of template literals? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Javascript
by Mohamed

Which are falsy values in JavaScript? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Javascript
by Mohamed

Which methods can be used to make HTTP requests? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
35s
Javascript
by Mohamed
PreviousPage 137 of 186Next