Skip to content
New issue

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

Strict mode #25

Closed
azu opened this issue May 24, 2016 · 1 comment · Fixed by #120
Closed

Strict mode #25

azu opened this issue May 24, 2016 · 1 comment · Fixed by #120

Comments

@azu
Copy link
Collaborator

azu commented May 24, 2016

基本文法 #17 というよりは事前の注意事項に近い気がする

ES6において、Strict modeはデフォルトであるという認識。(Module空間ではStrict Modeではないいけない)
逆にこれは var なしの変数宣言がstrict modeではできないなどの説明をするための事前情報として触れるべきものであるという認識。

なので、strict modeの存在は書くべきで、書籍中のコードは書かれてないけどstrict modeがデフォルトであるという話が必要そう
#46

@azu azu mentioned this issue Jun 24, 2016
6 tasks
@azu azu modified the milestone: 7th Meeting Jun 30, 2016
@azu
Copy link
Collaborator Author

azu commented Aug 6, 2016

strict modeで禁止されている機能についてはそもそも学ぶ必要性があるものは少ないので、
#87 でこの書籍は常にstrict modeって話を書く

azu added a commit that referenced this issue Aug 6, 2016
JavaScriptの言語性質について簡単に説明したもの
strict modeについてもここで記述している。

close #25 #871
@azu azu closed this as completed in #120 Aug 6, 2016
azu added a commit that referenced this issue Aug 6, 2016
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant