Question Bank
3705 approved questions from the community
The rest parameter (...) collects remaining arguments into an array.
Class declarations are hoisted.
What does Array.prototype.findIndex() return?
The finally block executes regardless of whether an error occurs.
Babel is a popular JavaScript transpiler.
What is a callback hell?
Debouncing delays function execution until after a wait period.
Cookies can be accessed by JavaScript using document.cookie.
What is the difference between synchronous and asynchronous functions?
What is dynamic import?
What is the difference between .call() and .apply()?
Private class fields in JavaScript start with #.
What is the difference between CommonJS and ES modules?
What is a closure in JavaScript?
What does 'new' keyword do when used with a function?
Which are valid console methods? (Select all that apply)
Which are valid ES module export syntaxes? (Select all that apply)
Which are benefits of template literals? (Select all that apply)
Which are falsy values in JavaScript? (Select all that apply)
Which methods can be used to make HTTP requests? (Select all that apply)