|
.
|
.
|
FUNCTIONS - BUTTONS AND PROMPTS
I thought it would be fun to experiment with a function and prompt.
Review Questions:
- Alerts, prompts
- create predefined, popup types of dialogue objects within a window object
- Clicking 'ok' in an alert dialog box-
- makes the dialog box go away from the display
- What box has a space for writing?
- A prompt box has a space for writing.
- What kind of box will have a question?
- A confirm box
- What is a function?
- A function has a name and a parameter - variable information passed to it.
A function can be called as often as you like.
|