Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-19 18:51:03 +03:00
parent f0fbe0c3e5
commit 5e8e6f51a3
36 changed files with 97 additions and 82 deletions

View File

@ -3,7 +3,7 @@ title: either
tags: function,logic,beginner
---
Returns `true` if at least one function returns `true` for a given set of arguments, `false` otherwise.
Checks if at least one function returns `true` for a given set of arguments.
- Use the logical or (`||`) operator on the result of calling the two functions with the supplied `args`.