Q. What is the use of the includes() method in JavaScript?
β
Correct Answer: (A)
Checks if an array contains a specified value
Explanation: includes() returns true if the specified value is found in the array.