¿What is the function Alert() used for inside a <script>? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

¿What is the function Alert() used for inside a <script>?

26th Jun 2017, 9:52 PM
Yorbelys Davila
Yorbelys Davila - avatar
6 Answers
+ 3
The alert () function is a Windows object that receives a message with the message "()" and opens a window with the message.
30th Jun 2017, 7:10 PM
Mileidy Nicolielly
Mileidy Nicolielly - avatar
+ 3
The alert method () displays an alert box with a specified message and an OK button is often used if you want to make sure the information reaches the user.
3rd Jul 2017, 2:54 AM
paola villasmil
paola villasmil - avatar
+ 2
Es una funcion que tiene un proposito principal que es mostrar una ventana d que Informa sobre alguna situacion de tu codigo. puede ser del tipo mensaje o de confirmacion segun sea la necesidad del programador.
14th Jul 2017, 4:12 PM
Victor Manuel Hernandez
Victor Manuel Hernandez - avatar
+ 1
The function shows an alert in web browser and displays a message, passed as a first argument.
26th Jun 2017, 9:57 PM
G.Kasperski
G.Kasperski - avatar
+ 1
This function is used to display a popup window although it is usually related to notify alert messages can be given any other use
2nd Jul 2017, 9:16 PM
Hermes Silva
Hermes Silva - avatar
0
Its used to popup a window with information on it
27th Jun 2017, 12:01 AM
Nura Programmer
Nura Programmer - avatar