Created
November 3, 2025 07:52
-
-
Save IhwanID/dca8309898453871125cd3993ab36a45 to your computer and use it in GitHub Desktop.
Shorthand Property Name
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 nama = "Ihwan" | |
| const umur = 25 | |
| const json = { name : nama, age: umur } | |
| console.log(json) | |
| const user = { nama, umur } | |
| console.log(user) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment