Enter An Expression: 9+5 |
Result: 14 |
confirm is a native Javascript method popping up a window, requesting confirmation of requested action |
alert is a native Javascript method popping up a window with a message requiring user to place OK to get rid of. |
onclick="Javascript Statement Block" naturally executes statement(s) when button clicked |