Name the different types of pop up boxes in Javascript?
Answer / Rajendra Prasad Maurya
1. Alert box: It is a built-in JavaScript function to display simple messages to users.
2. Confirm box: It displays a message and two buttons: 'OK' and 'Cancel'.
3. Prompt box: It displays a message with an input field for user interaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
How are DOM utilized in JavaScript?
What e means?
What is javascript namespacing?
What is var and let in javascript?
How would you organize your javascript code?
How to prevent a window not to be clicked or selected any way in java script?
What is a “closure” in JavaScript? Provide an example
What is the similarity between the 1st and 2nd statement?
What can I build with javascript?
What is object cloning
Is it safe to use javascript?
How do I open a .js file?