
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Declaring static constants in ES6 classes?
I want to implement constants in a class, because that's where it makes sense to locate them in t... I want to implement constants in a class, because that's where it makes sense to locate them in the code. So far, I have been implementing the following workaround with static methods: class MyClass { static constant1() { return 33; } static constant2() { return 2; } // ... } I know there is a possibility to fiddle with prototypes, but many recommend against this. Is there a better way to implemen
2021/08/06 リンク