Archive, multitagging, cleanup
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
This commit is contained in:
@ -9,7 +9,6 @@ const isFunction = val => typeof val === 'function';
|
||||
```
|
||||
|
||||
```js
|
||||
isFunction(null); // false
|
||||
isFunction('x'); // false
|
||||
isFunction(x => x); // true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user