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

フロントエンド - JavaScript/jQuery - 関数を作る #48

Open
fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Open

フロントエンド - JavaScript/jQuery - 関数を作る #48

fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Labels

Comments

@fr-sasaki
Copy link
Member

■目的

JavaScriptでの関数の作り方について学びます。

■課題1

以下について調べて下さい。

  • ユーザー定義関数
  • 即時関数
  • 無名関数
  • スコープ

■課題2

前回課題で作成したアラート表示処理を、以下を満たすユーザー定義関数を定義して実行して下さい。

  • 引数に文字列を指定
  • ローカル変数に文字列を格納
  • ローカル変数をアラートで出力

■課題3

前回課題で作成したアラート表示処理を、即時関数で定義して実行して下さい。

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

No branches or pull requests

1 participant