Snippet format update
To match the starter (for the migration)
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### isUndefined
|
||||
---
|
||||
title: isUndefined
|
||||
tags: type,beginner
|
||||
---
|
||||
|
||||
Returns `true` if the specified value is `undefined`, `false` otherwise.
|
||||
|
||||
@ -10,4 +13,4 @@ const isUndefined = val => val === undefined;
|
||||
|
||||
```js
|
||||
isUndefined(undefined); // true
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user