A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/quizzes/modern-javascript-es6/ below:

Quiz about Modern JavaScript (ES6+)

Which keyword is used to export a function from a module in ES6?

What does the Promise.allSettled() method return?

What is the result of the following code?

JavaScript
const obj = { a: 1, b: 2 };
const { a, b } = obj;
console.log(a, b);

What does the Symbol type represent in JavaScript?

Which syntax allows combining multiple arrays into one?

What is the purpose of optional chaining (?.)?

Which feature allows embedding variables inside strings?

What does the rest operator (...) do?

What is the output of the following code?

JavaScript
const arr = [1, 2, 3];
const result = [...arr, 4, 5];
console.log(result);

What is the purpose of Promise.any()?

There are 10 questions to complete.

Take a part in the ongoing discussion


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4