Update snippet descriptions
This commit is contained in:
@ -3,7 +3,7 @@ title: isNull
|
||||
tags: type,beginner
|
||||
---
|
||||
|
||||
Returns `true` if the specified value is `null`, `false` otherwise.
|
||||
Checks if the specified value is `null`.
|
||||
|
||||
- Use the strict equality operator to check if the value of `val` is equal to `null`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user