JSFiddle - React, Tailwind, and code Playground

by kixi

JavaScript

function calleeDemo() {
     alert(arguments.callee);
}
calleeDemo();