You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sprint-1/4-stretch-explore/chrome.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
17
17
What effect does calling the `prompt` function have?
18
18
It displays the question and asks for your input.
19
19
What is the return value of `prompt`?
20
-
The name the user enters.
20
+
The name the user enters. When the user clicks "Cancel" a null value will be returned by when you click "OK" it will record it as a string even though it is empty.
0 commit comments