Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2020-04-13 18:46:51 +08:00
+1 -1
View File
@@ -596,7 +596,7 @@ console.log(1);
$ node hello.js
# hashbang 的方式
$ hello.js
$ ./hello.js
```
对于 JavaScript 引擎来说,会把`#!`理解成注释,忽略掉这一行。