JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

JavaScript

var user = "helo world mac";
for(let i of user){
console.log(i);
}