JSFiddle - React, Tailwind, and code Playground

JavaScript

let x = 10;

for(let x of [1,2,3])
{
	console.log(x);
}