Update snippet descriptions & tags

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 23:04:45 +03:00
parent 216c3ac77a
commit 2b6f2b1740
22 changed files with 47 additions and 38 deletions

View File

@ -3,7 +3,7 @@ title: both
tags: function,logic,beginner
---
Returns `true` if both functions return `true` for a given set of arguments, `false` otherwise.
Checks if both of the given functions return `true` for a given set of arguments.
- Use the logical and (`&&`) operator on the result of calling the two functions with the supplied `args`.