jashkenas--coffeescript/documentation/coffee/object_comprehensions.coffee

4 lines
93 B
CoffeeScript

yearsOld = max: 10, ida: 9, tim: 11
ages = for child, age of yearsOld
child + " is " + age