forEach()
areDate().forEach()
areDate().forEach()
The forEach()
method executes a provided callback function once for each element of the supplied values
of areDate()
.
The method uses forEach()
method of areDeterminer()
.
Example usage
Last updated