←
^
→
JavaScript in the Browser
Dialog Boxes
alert('msg')
Pops up a message.
confirm('msg')
Returns a boolean.
prompt('msg')
Returns a string.
They are blocking methods.
José M. Vidal
.
16 of 66