Question Bank

1899 approved questions from the community

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

MEDIUM
MULTIPLE CHOICE
45s
Javascript
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
40s
Javascript
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
40s
Javascript
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
35s
Javascript
by Mohamed

What does Array.prototype.findIndex() return?

MEDIUM
SINGLE CHOICE
30s
Javascript
by Mohamed

What is dynamic import?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

What is the difference between CommonJS and ES modules?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed

Debouncing delays function execution until after a wait period.

MEDIUM
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

Private class fields in JavaScript start with #.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

Class declarations are hoisted.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

Generator functions use function* syntax.

MEDIUM
TRUE FALSE
20s
Javascript
by Mohamed

Web Workers have access to the DOM.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

Object.assign() performs a deep copy of objects.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

What is Cross-Origin Resource Sharing (CORS)?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

What is the difference between document.load and document.DOMContentLoaded?

MEDIUM
SINGLE CHOICE
35s
Javascript
by Mohamed

Regular expressions in JavaScript can match patterns across multiple lines.

MEDIUM
TRUE FALSE
25s
Javascript
by Mohamed

window and document are the same object.

MEDIUM
TRUE FALSE
20s
Javascript
by Mohamed

What is the difference between debouncing and throttling?

MEDIUM
SINGLE CHOICE
40s
Javascript
by Mohamed
PreviousPage 69 of 95Next