There was an error while loading. Please reload this page.
1 parent 47c46d3 commit 59a3ca0Copy full SHA for 59a3ca0
1 file changed
Sprint-2/4-stretch-explore/chrome.md
@@ -14,8 +14,10 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
14
What effect does calling the `prompt` function have?
15
What is the return value of `prompt`?
16
17
-'alert' display a message on pop up window.
+Answer
18
19
-'prompt' asks for an input of information.
+1. 'alert' display a message on pop up window.
20
21
-'prompt' return value is string.
+2. 'prompt' asks for an input of information.
22
+
23
+3. 'prompt' return value is string.
0 commit comments