Skip to content

Commit 7344e80

Browse files
committed
answered 4-stretch-explore chrome.md
1 parent b06d9e7 commit 7344e80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ Let's try an example.
88
In the Chrome console, invoke the function `alert` with one argument, the string `"Hello world!"`;
99

1010
What effect does calling the `alert` function have?
11+
A: The dialogue box come out with an optional message.
1112

1213
Now try invoking the function `prompt` with a string input of `"What is your name?"` - store the return value of your call to `prompt` in an variable called `myName`.
1314

1415
What effect does calling the `prompt` function have?
1516
What is the return value of `prompt`?
17+
A: There have a dialogue box appear and able to submit information.
18+
After submit the information (Name). The information submitted to server.

0 commit comments

Comments
 (0)