RosettaCodeData/Task/Enumerations/JavaScript/enumerations.js

2 lines
52 B
JavaScript

var fruits = { apple : 0, banana : 1, cherry : 2 };