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 f377ec7 commit 7975af7Copy full SHA for 7975af7
04_data.txt
@@ -852,7 +852,7 @@ a `slice` method, which has a similar effect.
852
to glue arrays together, similar to what the `+` operator does for
853
strings. The following example shows both `concat` and `slice` in
854
action. It takes an array and an index, and it returns a new array
855
-with is a copy of the original array with the element at the given
+which is a copy of the original array with the element at the given
856
index removed.
857
858
[source,javascript]
0 commit comments