Last active
December 6, 2019 03:56
-
-
Save daubattu/14fcf02c0161f9a87630a661741e70c5 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 users = [ | |
{ | |
name: 'Nguyễn Hưng Khánh', | |
girl_friend: { | |
name: 'Nguyễn Thị Khánh', | |
address: 'Hà Nội' | |
} | |
}, | |
{ | |
name: 'Nguyễn Văn Khánh' | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment