Returns whether the given string equals to any of the comparison strings
Optional
the source string to check
the target strings to compare
whether the given string equals to any of the comparison strings
equalsAny('foo', ['foo', 'bar']); // true Copy
equalsAny('foo', ['foo', 'bar']); // true
Returns whether the given string equals to any of the comparison strings