Difference between revisions of "Confirm"
From OdleWiki
(Created page with "The `confirm` command creates an alert box with the specified text. <code> confirm("Are you ready?"); </code> Category:JavaScript") |
m (Fixed formatting) |
||
Line 1: | Line 1: | ||
− | The | + | The '''confirm''' command creates an alert box with the specified text. |
<code> | <code> |
Latest revision as of 18:13, 11 January 2016
The confirm command creates an alert box with the specified text.
confirm("Are you ready?");