This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
JSON.stringify can stringify arrays:
const arr = ["John", "Peter", "Sally", "Jane"]; document.getElementById("demo").innerHTML = JSON.stringify(arr);