Created
August 22, 2017 09:41
-
-
Save xavi-tristancho/5d823e7f1ff3264323042839c3c3880a 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 fruit = { name: 'orange', weight: '1000' }; | |
| Object.entries(fruit); // [['name', 'orange'],['weight','1000']] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment