We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b7325 commit 56e6d0aCopy full SHA for 56e6d0a
1-js/13-modules/01-modules-intro/article.md
@@ -242,7 +242,7 @@ sayHi(); // Ready to serve, *!*Pete*/!*!
242
```html run
243
<script type="module">
244
*!*
245
- alert(typeof button); // object: 脚本可以‘看见‘’下面的 button
+ alert(typeof button); // object: 脚本可以‘看见’下面的 button
246
*/!*
247
// 当脚本模块延迟时,脚本在整个页面加载完成之后才执行
248
</script>
0 commit comments