Skip to content

Commit 88000ae

Browse files
fixed: correct prompt return
1 parent e88aa97 commit 88000ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-1/4-stretch-explore/chrome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
1818
What effect does calling the `prompt` function have?
1919
Answer: A window pops up in the browser with a text input field
2020
What is the return value of `prompt`?
21-
Answer: undefined
21+
Answer: the text that I entered in the input field that is stored in myName variable

0 commit comments

Comments
 (0)