<p>コンソールをご確認ください</p>
class FruitsEnum {
static apple = Symbol("りんご");
static orange = Symbol("みかん");
static grape = Symbol("ぶどう");
static {
this.allFruits = Object.keys(this);
}
}
console.log(FruitsEnum.allFruits);
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.