JSFiddle - React, Tailwind, and code Playground

by apasaja

JavaScript

const day = '123';

for (item in day){
	console.log('item:', item)
}