Skip to content

GkG0139/GkG0139

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

👋 Hello

class Koranat extends Person {
  name: string;
  role: string;
  hobbies: string[];

  constructor() {
    super();
    this.name = 'Koranat';
    this.role = 'Student';
    this.hobbies = ['Coding', 'Reading', 'Listening to music'];
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published