Confirm
From OdleWiki
Revision as of 18:00, 11 January 2016 by Kenneth John Odle (talk | contribs) (Created page with "The `confirm` command creates an alert box with the specified text. <code> confirm("Are you ready?"); </code> Category:JavaScript")
The `confirm` command creates an alert box with the specified text.
confirm("Are you ready?");