JSFiddle - React, Tailwind, and code Playground

by sonylnagale

JavaScript

const addOne = val => return ++val


console.log(addOne(5))