-
-
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
prototype/ブロックスコープ/クロージャー #24
Labels
Comments
Closed
|
This was referenced Jul 2, 2016
Closed
Merged
これを専門に扱った薄い電子書籍があった。 |
関数、クロージャー、ファーストクラスあたりの用語 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
基本文法 #17
これやっかいな概念で2-3箇所にまたがったものになってる。
これだけで一つのまとまりとして振り返る形でやったほうが理解がし易い(スコープってどこに書いてあったけ? みたいなときに、この辺かというまとまりが見える)ような気がする
この節では、JavaScriptのFunctiuonコンストラクタ的な話。
#20 関数宣言では、宣言方法、呼び方、値の返し方について学ぶ。
ここでは、 #20 では解説してない、スコープやクロージャーなどの挙動的な動作が中心になる。
Let’s Learn JavaScript Closures — Free Code Camp
この記事、クロージャーとArrow Functionを理解するのにすごくよく書けてる
The text was updated successfully, but these errors were encountered: