Created
January 22, 2019 20:14
-
-
Save danvk/c5d0e647227c5bf107f8c2e17a13cea0 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
const order = { | |
what: 'Macbook Air', | |
how: 'bitcoin' | |
}; | |
order.what = 'Lenovo'; // valid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment