Skip to content

Instantly share code, notes, and snippets.

@glommer
Last active June 15, 2022 12:42
Show Gist options
  • Save glommer/bf326dc4288c1b9f274b548f68f4c3b5 to your computer and use it in GitHub Desktop.
Save glommer/bf326dc4288c1b9f274b548f68f4c3b5 to your computer and use it in GitHub Desktop.
class User {
name: string = "";
email: string = "";
age: number = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment