I've just started learning JavaScript. Please help.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

10th Jul 2016, 10:02 AM
Sivlang Lean
Sivlang Lean - avatar
16 Answers
+ 2
prompt(string) and alert(string) and comfirm(string)
10th Jul 2016, 10:14 AM
DK-deadAnzle
DK-deadAnzle - avatar
+ 2
Prompt & Alert are the answers
28th Jun 2020, 5:56 AM
Faith Mundi
Faith Mundi - avatar
+ 1
var someInput = prompt("Put here the question"; "optional parameter for defining a default answer"); alert("The user answered " + someInput);
10th Jul 2016, 4:45 PM
Cyril de Wit
Cyril de Wit - avatar
+ 1
alert, confirm and prompt are the inbuilt dialog boxes
25th Oct 2016, 8:17 AM
priyam chopra
priyam chopra - avatar
+ 1
prompt is for getting input from the user; alert is for displaying a message in a box;
20th Mar 2018, 4:48 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
+ 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;
31st Jul 2020, 3:48 AM
Angga Setiawan
Angga Setiawan - avatar
0
Fill in the blanks to calculate the maximum of the parameters: plzz answer me???
19th Jun 2017, 6:45 AM
Sk Moidul
Sk Moidul - avatar
0
kubui;v
2nd Nov 2018, 1:10 PM
Mesgana Gizaw
Mesgana Gizaw - avatar
- 1
Thanks you everyone for the answer.
12th Jul 2016, 7:21 AM
Sivlang Lean
Sivlang Lean - avatar
- 1
Oh ya mean code?
12th Jul 2016, 7:34 AM
DK-deadAnzle
DK-deadAnzle - avatar
- 1
They're alert(), prompt() and confirm().
15th Jul 2016, 4:34 PM
Loic Alou
Loic Alou - avatar
- 1
bom dia
18th Jul 2016, 3:13 PM
Lourdes Tavare Lourdes Tavares
Lourdes Tavare Lourdes Tavares - avatar
- 2
Roger dat
10th Jul 2016, 1:03 PM
DK-deadAnzle
DK-deadAnzle - avatar
- 2
help me please:(:(:(:(
10th Apr 2017, 1:50 PM
ANI AFRIKYAN
ANI AFRIKYAN - avatar
- 2
Javascript Module 4 quiz....2nd ans??
19th Jun 2017, 6:40 AM
Sk Moidul
Sk Moidul - avatar
- 3
Thanks for the answers.
10th Jul 2016, 10:21 AM
Sivlang Lean
Sivlang Lean - avatar