JSFiddle - React, Tailwind, and code Playground by Alex Fogarty October 16, 2014 JavaScript function addOne(){ var x=5; x++; alert(x); } addOne();