Apply new format to snippets and template
This commit is contained in:
@ -5,7 +5,7 @@ tags: function,beginner
|
||||
|
||||
Creates a function that accepts up to two arguments, ignoring any additional arguments.
|
||||
|
||||
Call the provided function, `fn`, with the first two arguments given.
|
||||
- Call the provided function, `fn`, with the first two arguments given.
|
||||
|
||||
```js
|
||||
const binary = fn => (a, b) => fn(a, b);
|
||||
|
||||
Reference in New Issue
Block a user