Skip to content

Commit

Permalink
docs: update docs/es6/module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiufeihong2018 committed Apr 22, 2024
1 parent 4196676 commit f25de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/es6/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ a.foo = 'hello'; // 合法操作
a = {}; // Syntax Error : 'a' is read-only;
```

不过建议即使能修改,但我们不建议。因为修改之后,我们很难差错
不过建议即使能修改,但我们不建议。因为修改之后,我们很难排错

`import`后面我们常接着`from`关键字,`from`指定模块文件的位置,可以是相对路径,也可以是绝对路径

Expand Down

0 comments on commit f25de4e

Please sign in to comment.