Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: functionName
|
||||
tags: function,utility,beginner
|
||||
tags: function,beginner
|
||||
---
|
||||
|
||||
Logs the name of a function.
|
||||
@ -13,4 +13,4 @@ const functionName = fn => (console.debug(fn.name), fn);
|
||||
|
||||
```js
|
||||
functionName(Math.max); // max (logged in debug channel of console)
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user