This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
The toString() method returns an array as a comma separated string:
const fruits = [" Banana", " Orange", " Apple", " Mango"]; document.getElementById("demo").innerHTML = fruits.toString();