Quiz

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

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()

Question 1 of 20 attempted
...