JSFiddle - React, Tailwind, and code Playground

by evgkch

JavaScript

let i = 0;
console.log(
	i,
  ++i,
  ++i,
)

console.log(i)