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