commit
a2dbffc201
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue