some()
areString().some()
areString().some()
Checks whether some of the provided values
of areString()
are a string
type or an instance of String
.
The method uses some()
method of areDeterminer()
.
Returns
The return value is a boolean
indicating whether some of the provided values
of areString()
are a string
type or an instance of String
.
Example usage
Last updated