Created
January 19, 2015 01:50
-
-
Save QuincyLarson/5e4dda0eb2d94a4c79f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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