+ 2
¿What is the function Alert() used for inside a <script>?
6 odpowiedzi
+ 3
The alert () function is a Windows object that receives a message with the message "()" and opens a window with the message.
+ 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.
+ 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.
+ 1
The function shows an alert in web browser and displays a message, passed as a first argument.
+ 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
0
Its used to popup a window with information on it