Skip to content

Commit ff08b65

Browse files
committed
add further instructions for finding Chrome console
The purpose of this challenge is to explore using the console, not to figure out how to find it
1 parent d818d5e commit ff08b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Open a new window in Chrome,
22

3-
then locate the **Console** tab.
3+
right click an empty space on the page, select **Inspect** from the dropdown, then locate the **Console** tab.
44

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

0 commit comments

Comments
 (0)