javascript-koans
javascript-koans copied to clipboard
add two extra test that explain array slicing
The first example shows that slicing an array with no parameters returns a copy of the original array that has the same values. The second test shows that even though both arrays have the same values, its actually a COPY not a reference to the same object.
Hey should I close this?