Created
May 28, 2017 04:51
-
-
Save itzsaga/a66d6e2d972b58786fa86b27acb5c5e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let obj = {a:1, b:2, c:3} | |
| let {a, b, c} = obj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment