-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
変数 var, let, const #15
Labels
Comments
constは
|
由来とかってやっぱり見つからないなー。ES3とかそれ以前までいかないと見つからなさそう |
|
https://leanpub.com/understandinges6/read#leanpub-auto-var-declarations-and-hoisting |
これはどっかでかき分けをしっかりしたい |
azu
added a commit
that referenced
this issue
May 27, 2016
var、let、const というキーワードを使っての変数宣言と代入について。 var、let、const 変数名に利用できる文字種 prefer const Refs: #15
Closed
Closed
これは閉じてもいいのかな |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
基本文法 #14
変数とプロパティは一緒に説明すべきかは微妙そう。
オブジェクトの説明のあとになりそう。
この書籍のユースケースでは prefer-const ではいいと思ってるけど、REPLで確かめて見て! みたいなケースだと
let
の方が繰り返し定義できて便利である。ここではなぜ複数あるのかとその意味の違いについてだけ簡潔にやる
The text was updated successfully, but these errors were encountered: