Easy
Consider the following JavaScript code:
const array = ['apple', 'banana', 'cherry'];
const string = array.join(', ');
What will string
contain after executing this code?
Author: AxelStatus: PublishedQuestion passed 66 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Javascript