Skip to content

Commit 19f7aa4

Browse files
authored
Typo - miss letter 't'
Typo - miss 't', word 'between' in description arr.join() method
1 parent 9bf0153 commit 19f7aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ alert( str.split('') ); // t,e,s,t
472472
```
473473
````
474474

475-
The call [arr.join(str)](mdn:js/Array/join) does the reverse to `split`. It creates a string of `arr` items glued by `str` beween them.
475+
The call [arr.join(str)](mdn:js/Array/join) does the reverse to `split`. It creates a string of `arr` items glued by `str` between them.
476476

477477
For instance:
478478

0 commit comments

Comments
 (0)