javascript-koans icon indicating copy to clipboard operation
javascript-koans copied to clipboard

add two extra test that explain array slicing

Open fourcolors opened this issue 10 years ago • 1 comments

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.

fourcolors avatar Mar 04 '15 21:03 fourcolors

Hey should I close this?

fourcolors avatar Oct 19 '16 14:10 fourcolors