/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

  1. futurists =
  2. sculptor: "Umberto Boccioni"
  3. painter: "Vladimir Burliuk"
  4. poet:
  5. name: "F.T. Marinetti"
  6. address: [
  7. "Via Roma 42R"
  8. "Bellagio, Italy 22021"
  9. ]
  10. {poet: {name, address: [street, city]}} = futurists