You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the indexOf() method returns the first index(position) of a specified value, return -1 if the value is not found. and it searches from left to right.
// Negative start values counts from the last element (but still searches from left to right)