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

5 lines
94 B
CoffeeScript

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