How can I print the all elements from the array to my main window in the browser and how can i add css code inside the java script?
const arr=["example1" , " example2 " , "example3"]
for (let i = 0; i < arr.length; i++) {
console.log(arr[i]);
}