Skip to content

Commit afc0986

Browse files
authored
Resolve conflict.
1 parent 3012ec8 commit afc0986

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

1-js/13-modules/01-modules-intro/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,7 @@ In a module, top-level `this` is undefined, as opposed to a global object in non
261261
262262
There are also several browser-specific differences of scripts with `type="module"` compared to regular ones.
263263
264-
<<<<<<< HEAD
265-
You may want skip those for now if you're reading for the first time, or if you don't use JavaScript in a browser.
266-
=======
267264
You may want to skip this section for now if you're reading for the first time, or if you don't use JavaScript in a browser.
268-
>>>>>>> 4541b7af7584014a676da731f6e8774da5e059f6
269265
270266
### Module scripts are deferred
271267

0 commit comments

Comments
 (0)