understanding-es6
understanding-es6 copied to clipboard
Adding a native array method to rest-params.js
I thought it would be nice to point out that rest-params have native array methods since the one example shown demonstrates length which arguments
also has even though it is not an array and only array-like.