Forum Discussion
cjhoward18
5 years agoEmployee
I believe you are looking for the indexOf() method to look for the index of a particular value. Documentation is located here:
instead of the findIndex() method, which requires a callback function rather than a simple value