LoginSignup
0
0

More than 1 year has passed since last update.

javascript53_return

Last updated at Posted at 2022-02-18

returnの値は関数の実行結果です。
構文: return 値;
値を受け取るために一つの変数を定義することができます。

注意:return後の処理は実行されません。
image.png
image.png

0
0
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
0