Last active
December 6, 2019 04:01
-
-
Save daubattu/6fc98d71c54b29be71ddd2022c0e5e5d 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
// 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