JSFiddle - React, Tailwind, and code Playground by evgkch July 26, 2018 JavaScript let i = 0; console.log( i, ++i, ++i, ) console.log(i)