Update snippet descriptions
This commit is contained in:
@ -3,7 +3,7 @@ title: isEmpty
|
||||
tags: type,array,object,string,beginner
|
||||
---
|
||||
|
||||
Returns true if the a value is an empty object, collection, has no enumerable properties or is any type that is not considered a collection.
|
||||
Checks if the a value is an empty object/collection, has no enumerable properties or is any type that is not considered a collection.
|
||||
|
||||
- Check if the provided value is `null` or if its `length` is equal to `0`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user