2 lines
75 B
JavaScript
2 lines
75 B
JavaScript
var fruits = { APPLE : 0, BANANA : 1, CHERRY : 2 };
|
|
Object.freeze(fruits);
|