JSFiddle - React, Tailwind, and code Playground by Emily Humphrey August 23, 2016 JavaScript var c = 0; function hello(){ c++ console.log(c) hello() } hello()