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