sliced icon indicating copy to clipboard operation
sliced copied to clipboard

A faster JavaScript alternative to [].slice.call(arguments)

Results 3 sliced issues
Sort by recently updated
recently updated
newest added

you are only testing a very short argumments list ```js /** @param {number[]} args */ function (...args) { // is also quite fast (on the plus side you can type...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

For exclude PhpStorm's warning highlight. before: ![before](https://habrastorage.org/files/4f5/fe2/98d/4f5fe298d3af494993428cb2218e0281.png) after: ![after](https://habrastorage.org/files/2a8/941/13b/2a894113b503483b8c1d23595f7d34f6.png)