Skip to content

Commit a7bba53

Browse files
committed
conflict in devtools
1 parent d4e7be7 commit a7bba53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

1-js/01-getting-started/4-devtools/article.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@ Below the error message, there is a blue `>` symbol. It marks a "command line" w
3333

3434
Now we can see errors, and that's enough for a start. We'll come back to developer tools later and cover debugging more in-depth in the chapter <info:debugging-chrome>.
3535

36-
<<<<<<< HEAD
37-
=======
3836
```smart header="Multi-line input"
3937
Usually, when we put a line of code into the console, and then press `key:Enter`, it executes.
4038
4139
To insert multiple lines, press `key:Shift+Enter`. This way one can enter long fragments of JavaScript code.
4240
```
4341

44-
>>>>>>> ce8e68f21c9dd6abebfa373e05832b9a9054c355
4542
## Firefox, Edge, and others
4643

4744
Most other browsers use `key:F12` to open developer tools.

0 commit comments

Comments
 (0)