Update snippet descriptions
This commit is contained in:
@ -3,7 +3,8 @@ title: isString
|
||||
tags: type,string,beginner
|
||||
---
|
||||
|
||||
Checks if the given argument is a string. Only works for string primitives.
|
||||
Checks if the given argument is a string.
|
||||
Only works for string primitives.
|
||||
|
||||
- Use `typeof` to check if a value is classified as a string primitive.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user