Formatting changes

This commit is contained in:
Angelos Chalaris
2018-09-27 22:47:46 +03:00
parent 5d4cbb1e26
commit 20e7d899f3
14 changed files with 22 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
### join
Joins all elements of an array into a string and returns this string. Uses a separator and an end separator.
Joins all elements of an array into a string and returns this string.
Uses a separator and an end separator.
Use `Array.reduce()` to combine elements into a string.
Omit the second argument, `separator`, to use a default separator of `','`.