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 c461792 commit 1f496c5Copy full SHA for 1f496c5
04_data.txt
@@ -200,8 +200,8 @@ console.log(mack);
200
(((Array type)))(((array,methods)))(((push method)))(((pop
201
method)))(((join method)))The `push` method can be used to add values
202
to the end of an array. The `pop` method does the opposite. It removes
203
-the value at the end of the array and returns it. An array of strings
204
-can be flattened to a single string with the `join` method. The
+the value at the end of the array and returns it. An array can be
+flattened to a single string with the `join` method. The
205
argument given to `join` determines the text that is glued between the
206
array's elements.
207
0 commit comments