mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Show a simple object extraction before complex one
This commit is contained in:
@@ -8,4 +8,6 @@ futurists =
|
||||
"Bellagio, Italy 22021"
|
||||
]
|
||||
|
||||
{sculptor} = futurists
|
||||
|
||||
{poet: {name, address: [street, city]}} = futurists
|
||||
|
||||
Reference in New Issue
Block a user