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

関数と宣言: 非同期処理 #508

Closed
azu opened this issue Jun 29, 2018 · 0 comments
Closed

関数と宣言: 非同期処理 #508

azu opened this issue Jun 29, 2018 · 0 comments

Comments

@azu
Copy link
Collaborator

azu commented Jun 29, 2018

URL : https://github.com/asciidwango/js-primer/blob/master/source/basic/function-declaration/README.md

JavaScriptを扱うブラウザやNode.jsでは、非同期処理がデフォルトとなっています。 高階関数側がコールバック関数を実行するタイミングを決めることができるため、 非同期処理ではコールバック関数がとてもよく利用されます。

この辺、意図がよくわからないので修正が必要になる。
非同期処理が多く使われます => 非同期処理ではコールバック関数がよく使われます => 非同期処理については #94 を見てください

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant