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-2/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
@@ -14,5 +14,5 @@ const myName = prompt("What is your name?")
14
14
console.log(myName)
15
15
output: Mars
16
16
17
-
What effect does calling the `prompt` function have? It opens a pop up box asking the using to enter something in a text box here it asked what my name was.
17
+
What effect does calling the `prompt` function have? It opens a pop up box asking the user to enter something in a text box here it asked what my name was.
18
18
What is the return value of `prompt`? it returns the information entered into the text box as a string so as i entered my name it would return "Mars" and store it in the variable Myname.
0 commit comments