JSFiddle - React, Tailwind, and code Playground

by Pratik Galoria

JavaScript

a = (b = 0) => {
	alert(b);
};

a(undefined);