Hey There!
I used one file for all of my Functions Assessments, they’re just commented out. Pardon any confusion. I just want to be efficient with the space.
I noticed that para.textContent = shortNames;
outputs Anne,Tina,Bert,Jada
. I’ve been trying to figure out how to add a space between the commas so the output is Anne, Tina, Bert, Jada
.
What’s the best way to do this? I tried some different methods but no luck.
Live site: https://javascript-functions-assessment.glitch.me
Code: https://glitch.com/edit/#!/javascript-functions-assessment
I know it could be confusing but I’d also appreciate an assessment if possible!
Cheers,
Vlad