Format snippets
This commit is contained in:
@ -3,7 +3,7 @@ title: isPrimitive
|
||||
tags: type,intermediate
|
||||
---
|
||||
|
||||
Returns a boolean determining if the passed value is primitive or not.
|
||||
Checks if the passed value is primitive or not.
|
||||
|
||||
- Create an object from `val` and compare it with `val` to determine if the passed value is primitive (i.e. not equal to the created object).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user