JSFiddle - React, Tailwind, and code Playground

by realhunts

JavaScript

var z = 2;
for(var i=0; i<5; i++) {
z = z + 2;
}
console.log(z)