/documentation/coffee/object_extraction.coffee
http://github.com/jashkenas/coffee-script · CoffeeScript · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · ffb0ffae3fe9fe6226ad69431a76b8ac MD5 · raw file
- futurists =
- sculptor: "Umberto Boccioni"
- painter: "Vladimir Burliuk"
- poet:
- name: "F.T. Marinetti"
- address: [
- "Via Roma 42R"
- "Bellagio, Italy 22021"
- ]
- {poet: {name, address: [street, city]}} = futurists