JSFiddle - React, Tailwind, and code Playground by sonylnagale April 29, 2019 JavaScript const addOne = val => return ++val console.log(addOne(5))