記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - rauschma/enumify
class Color extends Enumify { static red = new Color(); static orange = new Color(); static yello... class Color extends Enumify { static red = new Color(); static orange = new Color(); static yellow = new Color(); static green = new Color(); static blue = new Color(); static purple = new Color(); static _ = this.closeEnum(); // TypeScript: Color.closeEnum() } // Instance properties assert.equal( Color.red.enumKey, 'red'); assert.equal( Color.red.enumOrdinal, 0); // Prototype methods assert.equal
2016/01/18 リンク