Skip to content

Commit 1f496c5

Browse files
committed
clarified description of join method.
line 203 instead of: An array of strings can be flattened to a single string... An array can be flattened to a single string...
1 parent c461792 commit 1f496c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

04_data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ console.log(mack);
200200
(((Array type)))(((array,methods)))(((push method)))(((pop
201201
method)))(((join method)))The `push` method can be used to add values
202202
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
203+
the value at the end of the array and returns it. An array can be
204+
flattened to a single string with the `join` method. The
205205
argument given to `join` determines the text that is glued between the
206206
array's elements.
207207

0 commit comments

Comments
 (0)