Search⌘ K
AI Features

Quiz

Complete a quiz that reinforces your understanding of modern JavaScript features from ES2016 to ES2022. Practice refactoring code using newer syntax like the exponential operator and prepare to learn about upcoming ES2017 enhancements.

Quiz #

Technical Quiz
1.

What new array method was introduced in ES2016?

A.

Array.prototype.contains()

B.

Array.prototype.has()`

C.

Array.prototype.includes()

D.

Array.prototype.find()


1 / 2
...