Q. Which method checks if an array contains a certain value?
β
Correct Answer: (C)
includes()
Explanation: includes() checks for presence of an element in an array.