JSFiddle - React, Tailwind, and code Playground

by abhishek_soni

JavaScript

let text = "Hello"

for (element in text) {
console.log(`${text[element]} \n`)
}

console.log(text[0])