Q. Which method returns the first index of an element? (A) search() (B) findIndex() (C) indexOf() (D) find() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) indexOf() Explanation: indexOf() returns the first index of a matching element.