Skip to content

Commit ffbb9a4

Browse files
author
JorvanW
committed
updated answers to line 18 and 19 in chrome.md
1 parent b986ff3 commit ffbb9a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ What effect does calling the `alert` function have?
1515

1616
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`.
1717

18-
What effect does calling the `prompt` function have? It gives you a prompt window to input a value
19-
What is the return value of `prompt`? A string/text containing my name
18+
What effect does calling the `prompt` function have? It gives you a prompt window to input a value or cancel
19+
What is the return value of `prompt`? A string/text containing my name or "null" if cancelled

0 commit comments

Comments
 (0)