JavaScript indexOf method with multiple values code example
Example: JavaScript indexOf method with multiple values
array.indexOf(123) == 0 || array.indexOf(124) == 0 || array.indexOf(125) == 0
array.indexOf(123) == 0 || array.indexOf(124) == 0 || array.indexOf(125) == 0