Skip to content

Instantly share code, notes, and snippets.

@adamant83
Created February 16, 2023 21:21
Show Gist options
  • Select an option

  • Save adamant83/0f4e526b0667678ae4c0fd8d21dfba27 to your computer and use it in GitHub Desktop.

Select an option

Save adamant83/0f4e526b0667678ae4c0fd8d21dfba27 to your computer and use it in GitHub Desktop.
class Person {
constructor(name, location) {
this.name = name;
this.location = location;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment