Skip to content

Commit 19404bf

Browse files
author
russom
committed
Questions answered about alert and prompt on chrome
1 parent b3f5ce4 commit 19404bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎Sprint-2/4-stretch-explore/chrome.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
1313

1414
What effect does calling the `prompt` function have?
1515
What is the return value of `prompt`?
16+
17+
'alert' display a message on pop up window.
18+
19+
'prompt' asks for an input of information.
20+
21+
'prompt' return value is string.

0 commit comments

Comments
 (0)