Skip to content

Commit afb8a55

Browse files
authored
Merge pull request jashkenas#4417 from BrianRossmajer/patch-1
Show a simple object extraction before complex one
2 parents 6f7974a + bc1af10 commit afb8a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/examples/object_extraction.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ futurists =
88
"Bellagio, Italy 22021"
99
]
1010

11+
{sculptor} = futurists
12+
1113
{poet: {name, address: [street, city]}} = futurists

0 commit comments

Comments
 (0)