Typo - miss letter 't'

Typo - miss  't', word 'between' in description arr.join() method
This commit is contained in:
Mark 2017-09-18 00:00:38 +03:00 committed by GitHub
parent 9bf0153f70
commit 19f7aa4ae5

View file

@ -472,7 +472,7 @@ alert( str.split('') ); // t,e,s,t
``` ```
```` ````
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. 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.
For instance: For instance: