Skip to content

Instantly share code, notes, and snippets.

@amrelarabi
Created December 12, 2021 07:56
Show Gist options
  • Save amrelarabi/81f69235c8aae49069bb42aea19ea96b to your computer and use it in GitHub Desktop.
Save amrelarabi/81f69235c8aae49069bb42aea19ea96b to your computer and use it in GitHub Desktop.
class Person {
name = 'Jeo';
}
const person = new Person();
console.log(person.name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment