Skip to content

Commit 29ef6b7

Browse files
authored
Editing logical and syntax errors. Vol. 6
1 parent e8c1509 commit 29ef6b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • 1-js/06-advanced-functions/05-global-object

1-js/06-advanced-functions/05-global-object/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ window.alert("Привет");
114114
</script>
115115
```
116116

117-
**Используйте `<script type="module">`, чтобы исправить недостаток проектирования языка, отделяя область видимости верхнего уровня от `window`.**
118-
119117
**Использование `<script type="module">` исправляет недостаток проектирования языка, отделяя область видимости верхнего уровня от `window`.**
120118

121119
Мы рассмотрим другие свойства модулей позже в главе [](info:modules).

0 commit comments

Comments
 (0)