-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
クラスメソッド/インスタンスメソッドの表記 #110
Comments
自分の意見的には次のような感じ 正式名称の表記クラスメソッド
|
◯ 静的メソッド |
|
関数/メソッドの表現には カッコ なしで書くで 決定 ◯ |
|
これでOK。 |
文章中に |
JavaScript本格入門では
だった |
#141 最終型は 正式名称の表記静的メソッド
インスタンスメソッド
文中初回時の表記静的メソッド
インスタンス(prototype)メソッド
文中の表記静的メソッド
インスタンス(prototype)メソッド
関数
|
from #49 (comment)
メソッドとかの表記について決めたい。
で使い分けるのもありそう。
次のものについてそれぞれについて考える。
Array.prototype.forEach
Array.from
Number.MAX_VALUE
The text was updated successfully, but these errors were encountered: