Created
September 28, 2017 23:05
-
-
Save wellyal/8f5bf3d28f96fd070c77b564cc4300b8 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
({a, b} = {a:1, b:2}) | |
console.log(a) // 1 | |
console.log(b) // 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment