We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c02930 commit 20c3071Copy full SHA for 20c3071
README.md
@@ -218,7 +218,7 @@
218
someStack.push('abracadabra');
219
```
220
221
- - When you need to copy an array use Array#slice. [jsPerf](http://jsperf.com/converting-arguments-to-an-array/7)
+ - When you need to copy an array use `Array#slice`. [jsPerf](http://jsperf.com/converting-arguments-to-an-array/7)
222
223
```javascript
224
var len = items.length,
0 commit comments