Skip to content

Commit aaec375

Browse files
committed
update chrome.md
1 parent f5624ee commit aaec375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
1818
let myName = prompt("What is your name?");
1919

2020

21-
What effect does calling the `prompt` function have?A modal appears with the "What is your name?" with an input field to enter your name. The input is then stored in the variable myName
21+
What effect does calling the `prompt` function have?A modal appears with the "What is your name?" with an input field to enter your name. The input is then stored in the variable myName. When you click ok string stored in myName appears on the console and when clicked cancel it returns null
2222
What is the return value of `prompt`? My name stored in the variable myName

0 commit comments

Comments
 (0)