0
0

More than 1 year has passed since last update.

javaScript68_toString()

Posted at

ブラウザ何を出力するときは、実はtoString()関数の戻り値を出力しています。
image.png
image.png
上記の例だと、toStringはperの中にだけ追加されている。
全て生成されたインスタンスの中に同じtoStringをアクセスしたければ、toStringをクラスのインスタンスに追加すればOKです。
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