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 0fac9ee + 3caa911 commit dbe6860Copy full SHA for dbe6860
1 file changed
1-js/13-modules/03-modules-dynamic-imports/article.md
@@ -65,7 +65,6 @@ let {hi, bye} = await import('./say.js');
65
66
hi();
67
bye();
68
-
69
```
70
71
Или, если в `say.js` указан экспорт по умолчанию:
0 commit comments