alert, prompt, confirm Flashcards
1
Q
result = prompt(title, [default]);
The square brackets around default in the syntax above denote that the parameter is ________, not required.
A
optional
JavaScript.info > alert, prompt, confirm > Flashcards
result = prompt(title, [default]);
The square brackets around default in the syntax above denote that the parameter is ________, not required.
optional