Quiz

In this lesson, we will solve a quiz related to the concepts covered in the previous lesson

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
...