MCQ
Which method is used to check if an array includes a certain element?
Explanation
includes() is used to check if an array contains a specific element.