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

4 lines
95 B
CoffeeScript

years_old: {max: 10, ida: 9, tim: 11}
ages: for child, age of years_old
child + " is " + age