issues
search
JenMorgan
/
js-learning
0
stars
0
forks
source link
Write a simple JavaScript program to join all elements of the following array into a string
#29
Open
kartamyshev
opened
4 years ago
JenMorgan
commented
4 years ago
const joinAll = (arr) => arr.join();
const joinAll = (arr) => arr.join();