JSFiddle - React, Tailwind, and code Playground

by LyndseyB

JavaScript

function increment(x) {
	return ++x;
}

console.log(increment(1));