alert function in JavaScript
window.alert() This function is used to display data in an alert dialog box. alert function really should be used only when you truly want to stop everything…

window.alert() This function is used to display data in an alert dialog box. alert function really should be used only when you truly want to stop everything…