Skip to content

Commit 7c8b359

Browse files
author
JorvanW
committed
updated answer in chrome.md
1 parent 8284217 commit 7c8b359

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Let's try an example.
1010
In the Chrome console,
1111
invoke the function `alert` with an input string of `"Hello world!"`;
1212

13-
What effect does calling the `alert` function have?
13+
What effect does calling the `alert` function have?
14+
// The alert function stops the previous input, citing errors and requires it to be fixed
1415

1516
Now try invoking the function `prompt` with a string input of `"What is your name?"` - store the return value of your call to `prompt` in an variable called `myName`.
1617

0 commit comments

Comments
 (0)