We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基本文法 #17 というよりは事前の注意事項に近い気がする
ES6において、Strict modeはデフォルトであるという認識。(Module空間ではStrict Modeではないいけない) 逆にこれは var なしの変数宣言がstrict modeではできないなどの説明をするための事前情報として触れるべきものであるという認識。
var
なので、strict modeの存在は書くべきで、書籍中のコードは書かれてないけどstrict modeがデフォルトであるという話が必要そう #46
The text was updated successfully, but these errors were encountered:
strict modeで禁止されている機能についてはそもそも学ぶ必要性があるものは少ないので、 #87 でこの書籍は常にstrict modeって話を書く
Sorry, something went wrong.
feat(introduction): JavaScriptってどういう言語?を追加
bc75def
JavaScriptの言語性質について簡単に説明したもの strict modeについてもここで記述している。 close #25 #871
feat(introduction): JavaScriptってどういう言語?を追加 (#120)
081326a
* feat(introduction): JavaScriptってどういう言語?を追加 JavaScriptの言語性質について簡単に説明したもの strict modeについてもここで記述している。 close #25 #871 * style(introduction): 文書のエラーを修正 * chore(introduction): 文をバラして並び替え * chore(introduction): fix typo * chore(introduction): 具体的にインデントの違いでの挙動は特にないという話にした * chore(introduction): fix typo * chore(introduction): fix typo * chore(introduction): fix typo
Successfully merging a pull request may close this issue.
基本文法 #17 というよりは事前の注意事項に近い気がする
ES6において、Strict modeはデフォルトであるという認識。(Module空間ではStrict Modeではないいけない)
逆にこれは
var
なしの変数宣言がstrict modeではできないなどの説明をするための事前情報として触れるべきものであるという認識。なので、strict modeの存在は書くべきで、書籍中のコードは書かれてないけどstrict modeがデフォルトであるという話が必要そう
#46
The text was updated successfully, but these errors were encountered: