Skip to content

Commit cae3793

Browse files
committed
completed sprint 2 coursework
1 parent ab155d9 commit cae3793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Sprint-2/4-stretch-explore/chrome.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const myName = prompt("What is your name?")
1414
console.log(myName)
1515
output: Mars
1616

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.
1818
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

Comments
 (0)