This commit is contained in:
Charlie Karniol 2019-12-27 15:57:40 +02:00 committed by GitHub
parent 7002488bb5
commit 506567b806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ Let's curry it!
log = _.curry(log); log = _.curry(log);
``` ```
After that `log` work normally: After that `log` works normally:
```js ```js
log(new Date(), "DEBUG", "some debug"); // log(a, b, c) log(new Date(), "DEBUG", "some debug"); // log(a, b, c)