0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

初めてのJavaScript⑥

Posted at

今日の学習内容です。


アロー関数
「function()」の部分を「() =>」としても
これまでと同じように関数を定義することができる。
呼び出し方も「定数名();」で出力できる。

引数(ひきすう)
関数に与える追加情報のようなもの。
関数を呼び出すときに一緒に値を渡すことで
関数の中でその値を利用することができる。

(引数名) =>」と括弧の中に引数名を書くことで
引数を受け取ることができる。


今までProgateで学習していましたが
少しややこしくなってきて、実践してみないと分からなくなってきたので
一旦次からDot installで学習していきたいと思います。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?