some()
areSymbol().some()
areSymbol().some()
Checks whether some of the provided values
of areSymbol()
are a symbol
type.
The method uses some()
method of areDeterminer()
.
Returns
The return value is a boolean
indicating whether some of the provided values
of areSymbol()
are a symbol
type.
Example usage
Last updated