OR

OR() → { number | string | boolean }

Checks whether any of the arguments are TRUE, and returns TRUE or FALSE. Returns FALSE only if all arguments are FALSE.

Parameters:

This method doesn't have any parameters.

Returns:

Type
number | string | boolean