update snippets to new style
This commit is contained in:
@ -13,5 +13,5 @@ const timeTaken = callback => {
|
||||
|
||||
```js
|
||||
timeTaken(() => Math.pow(2, 10)) // 1024
|
||||
(logged): timeTaken: 0.02099609375ms
|
||||
// (logged): timeTaken: 0.02099609375ms
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user