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