We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc9c9d + 050a611 commit 6d6cdd2Copy full SHA for 6d6cdd2
1 file changed
js/lesson1/tutorial.md
@@ -82,7 +82,7 @@ Let's move on to writing code in a file. Type the same `console.log`
82
line into your `script.js` file. Save and reload the page in your browser so that it
83
can read the change you made.
84
85
-This time, you should just see the line that says `Hello!`, and not
+This time, you should just see the line that says `Hello!` in the browser console, and not
86
the lines that said `console.log('Hello!');` or `undefined` with
87
arrows next to them. That's because you didn't type the JavaScript
88
into the console this time.
0 commit comments