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