Update snippet descriptions
This commit is contained in:
@ -3,7 +3,7 @@ title: and
|
||||
tags: math,logic,beginner
|
||||
---
|
||||
|
||||
Returns `true` if both arguments are `true`, `false` otherwise.
|
||||
Checks if both arguments are `true`.
|
||||
|
||||
- Use the logical and (`&&`) operator on the two given values.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user