JSFiddle - React, Tailwind, and code Playground

JavaScript

alert         // does nothing
alert(alert)  // shows details about the alert function object
alert()       // alert box with the text: undefined
alert(alert())// 2 alert boxes with the text: undefined