Skip to content

Instantly share code, notes, and snippets.

@QuincyLarson
Created January 19, 2015 01:50
Show Gist options
  • Save QuincyLarson/5e4dda0eb2d94a4c79f2 to your computer and use it in GitHub Desktop.
Save QuincyLarson/5e4dda0eb2d94a4c79f2 to your computer and use it in GitHub Desktop.
In the next 60 seconds, you'll learn how to open your browser's Developer Tools and write a line of code! You'll need to use Chrome or Firefox to complete this challenge.
1) First, let's open up the developer tools. In Chrome, click "Menu" then "More tools" then "Developer Tools". In Firefox, click "Menu", then "Developer", then "Toggle Tools".
2) Click the "Console" tab at the top of the Developer Tools window
3) Now lets try some code! Type the following into the console prompt: alert('Hello World!');
Did the message pop up? If so, nicely done! If not, click here to get help.
What to learn more code?
[Button]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment