+ 7
I've just started learning JavaScript. Please help..
What's the corresponding names for the build-in dialog boxes that is for getting input from the user?
16 odpowiedzi
+ 2
prompt(string) and alert(string) and comfirm(string)
+ 2
Prompt & Alert are the answers
+ 1
var someInput = prompt("Put here the question"; "optional parameter for defining a default answer");
alert("The user answered " + someInput);
+ 1
alert, confirm and prompt are the inbuilt dialog boxes
+ 1
prompt is for getting input from the user;
alert is for displaying a message in a box;
+ 1
please fil in the corresponding name for the built-in dialog boxes
_is for getting input form the user
_is for displaying a massage in a box;
0
Fill in the blanks to calculate the maximum of the parameters: plzz answer me???
0
kubui;v
- 1
Thanks you everyone for the answer.
- 1
Oh ya mean code?
- 1
They're alert(), prompt() and confirm().
- 1
bom dia
- 2
Roger dat
- 2
help me please:(:(:(:(
- 2
Javascript Module 4 quiz....2nd ans??
- 3
Thanks for the answers.