Created
August 3, 2022 05:43
-
-
Save PrasathRavichandran/e111b59cf2aace4d3e8dee63feb06535 to your computer and use it in GitHub Desktop.
This file contains 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 user = { | |
name: "Daniel", | |
age: 26, | |
}; | |
user.location; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment