JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var i = 0;

i += 2;
i += 4;

console.log(i)