JSFiddle - React, Tailwind, and code Playground

by David Kyle

JavaScript

function myFunc() {
	window.alert(`You passed ${arguments.length} arguments, even though the function doesn't define them!!`);
}

myFunc('test');