-
Alert
- Opens a mini window with message
-
Prompt
- takes input as a string
- second arg is a default value which will be aleray present in the text field
-
-
Confirm
- Asks to confirm and sets true or false
-
We should not use these in UI , use modals Instead
- extact location and look these are differnet in different browsers
- These are old methods
- Blocks the main execution thread , program doesnot continue to next line of code
-