Updated examples
Removed duplicate and unnecessary examples.
This commit is contained in:
@ -11,4 +11,4 @@ const isNumber = val => typeof val === 'number';
|
||||
```js
|
||||
isNumber('1'); // false
|
||||
isNumber(1); // true
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user