Skip to main content

Every

Check if every item in a list satisfies a condition.

Written by Holly Conrad Smith
Updated over a month ago

Inputs:

List (any[ ... ]): The list to check.

Outputs:

Result (boolean): Whether all items satisfy the condition.

Did this answer your question?