Skip to content

Commit

Permalink
Merge pull request #4417 from BrianRossmajer/patch-1
Browse files Browse the repository at this point in the history
Show a simple object extraction before complex one
  • Loading branch information
jashkenas committed Jan 4, 2017
2 parents 87e70ee + e6f5b93 commit f4353fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/examples/object_extraction.coffee
Expand Up @@ -8,4 +8,6 @@ futurists =
"Bellagio, Italy 22021"
]

{sculptor} = futurists

{poet: {name, address: [street, city]}} = futurists

0 comments on commit f4353fa

Please sign in to comment.