You have the following array of strings and want to put them together in a single string.
const sicMundus = ['Sic', 'mundus', 'creatus', 'est!'];
Which of these methods could you use?
You have the following array of strings and want to put them together in a single string.
const sicMundus = ['Sic', 'mundus', 'creatus', 'est!'];
Which of these methods could you use?
Create a free account to access the full topic