Question Bank

3705 approved questions from the community

Debouncing delays function execution until after a specified time has elapsed since the last call.

MEDIUM
TRUE FALSE
30s
Javascript
by Mohamed

The querySelector() method returns all matching elements.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

Service Workers can intercept network requests and enable offline functionality.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

Function declarations are hoisted with their full definition.

EASY
TRUE FALSE
25s
Javascript
by Mohamed

What does Function.prototype.bind() return?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

Object.seal() prevents adding or deleting properties but allows modification of existing properties.

MEDIUM
TRUE FALSE
30s
Javascript
by Mohamed

The map() method modifies the original array.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

await can only be used inside async functions.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

What is the difference between debouncing and throttling?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed

Array.prototype.slice() modifies the original array.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

What is the DOM?

EASY
SINGLE CHOICE
30s
Javascript
by Mohamed

Tree shaking removes unused code during the build process.

HARD
TRUE FALSE
25s
Javascript
by Mohamed

String methods like toUpperCase() modify the original string.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

window and document are the same object.

MEDIUM
TRUE FALSE
20s
Javascript
by Mohamed

Array.prototype.splice() modifies the original array.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

Array.prototype.includes() is case-sensitive for strings.

EASY
TRUE FALSE
20s
Javascript
by Mohamed

What does Array.prototype.find() return?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

Regular expressions in JavaScript can match patterns across multiple lines.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

What does Array.prototype.some() return?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

What does Array.prototype.every() return?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed
PreviousPage 133 of 186Next