Skip to content

Instantly share code, notes, and snippets.

@daubattu
Last active December 6, 2019 04:01
Show Gist options
  • Save daubattu/6fc98d71c54b29be71ddd2022c0e5e5d to your computer and use it in GitHub Desktop.
Save daubattu/6fc98d71c54b29be71ddd2022c0e5e5d to your computer and use it in GitHub Desktop.
// users[0]
console.log(users[0].girl_friend.name)
// users[1]
if (users[1].girl_friend) {
console.log(users[1].girl_friend.name)
} else {
console.log('Lêu lêu. Thằng này ê sắc ế')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment