Travis build: 695 [ci skip]
This commit is contained in:
@ -9,6 +9,6 @@ const isNull = val => val === null;
|
||||
```
|
||||
|
||||
```js
|
||||
isNull(null) // true
|
||||
isNull('null') // false
|
||||
isNull(null); // true
|
||||
isNull('null'); // false
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user