Update snippet descriptions & tags
This commit is contained in:
@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user