Computer Science, asked by samirkhanpx, 8 months ago

what is the use of alert () function​

Answers

Answered by sahil10august
0

alert function is used to show an alert in JavaScript in an web page.

Answered by Anonymous
3

\huge\tt\red{Answer}

.The alert() method displays an alert box with a specified message and an OK button. An alert box is often used if you want to make sure information comes through to the user. Note: The alert box takes the focus away from the current window, and forces the browser to read the message.

Similar questions