Skip to content

Commit 59a3ca0

Browse files
author
russom
committed
Format answers with numbers.
1 parent 47c46d3 commit 59a3ca0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
1414
What effect does calling the `prompt` function have?
1515
What is the return value of `prompt`?
1616

17-
'alert' display a message on pop up window.
17+
Answer
1818

19-
'prompt' asks for an input of information.
19+
1. 'alert' display a message on pop up window.
2020

21-
'prompt' return value is string.
21+
2. 'prompt' asks for an input of information.
22+
23+
3. 'prompt' return value is string.

0 commit comments

Comments
 (0)