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 f3834b5 + e602f87 commit 1af3beeCopy full SHA for 1af3bee
1 file changed
1-js/13-modules/02-import-export/article.md
@@ -12,7 +12,7 @@
12
13
```js
14
// экспорт массива
15
-*!*export*/!* let months = ['Jan', 'Feb', 'Mar','Apr', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
+*!*export*/!* let months = ['Jan', 'Feb', 'Mar', 'Apr', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
16
17
// экспорт константы
18
*!*export*/!* const MODULES_BECAME_STANDARD_YEAR = 2015;
0 commit comments