JSFiddle - React, Tailwind, and code Playground

by giddygeek

JavaScript

function f(){
    alert(typeof(arguments));
}
f();