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