Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save szaranger/d63c354e4569ecd65f840c2096548ed4 to your computer and use it in GitHub Desktop.
Save szaranger/d63c354e4569ecd65f840c2096548ed4 to your computer and use it in GitHub Desktop.
class User {
username;
dateOfBirth;
#address;
get #address() {
return #address;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment