Skip to content

Commit ab9f7cf

Browse files
committed
fix formatting
1 parent ff08b65 commit ab9f7cf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
Open a new window in Chrome,
2-
3-
right click an empty space on the page, select **Inspect** from the dropdown, then locate the **Console** tab.
1+
Open a new window in Chrome, right click an empty space on the page, select **Inspect** from the dropdown, then locate the **Console** tab.
42

53
Voila! You now have access to the [Chrome V8 Engine](https://www.cloudflare.com/en-gb/learning/serverless/glossary/what-is-chrome-v8/).
64
Just like the Node REPL, you can input JavaScript code into the Console tab and the V8 engine will execute it.
75

86
Let's try an example.
97

10-
In the Chrome console,
11-
invoke the function `alert` with an input string of `"Hello world!"`;
8+
In the Chrome console, invoke the function `alert` with an input string of `"Hello world!"`;
129

1310
What effect does calling the `alert` function have?
1411

0 commit comments

Comments
 (0)