1 | Enter an expression: 9+5 |
2 | Result: 14 |
3 | confirm is a native JavaScript method that pops up a window, requesting confirmation from the user |
4 | alert is a native JavaScript method that pops up a window with a message requiring the user to click OK |
5 | onClick="Javascript Statement Block" causes the statement block to be executed when the button is clicked |