JSFiddle - React, Tailwind, and code Playground

by Pankaj Kargirwar

JavaScript

const str = "hello";
for (const char of str) {
  console.log(char);
}