Updated examples
Removed duplicate and unnecessary examples.
This commit is contained in:
@ -14,6 +14,5 @@ const timeTaken = callback => {
|
||||
```
|
||||
|
||||
```js
|
||||
timeTaken(() => Math.pow(2, 10)); // 1024
|
||||
// (logged): timeTaken: 0.02099609375ms
|
||||
timeTaken(() => Math.pow(2, 10)); // 1024, (logged): timeTaken: 0.02099609375ms
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user