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'];
}
}
Highlights
- Pro
Popular repositories Loading
-
practice-int-101
practice-int-101 PublicThis project is for practicing Java using OOP, pseudo-random, array, and looping.
-
hotel-booking-system
hotel-booking-system PublicThis repository has been created for the purpose of the final exam preparation of INT103 class.
Java 1
-
-
int-202-servlet
int-202-servlet PublicThis repository helps with INT 202 Servlet exam preparation. It contains essential notes and resources to ace the exam, hopefully.
-
truewallet-api
truewallet-api PublicForked from siamware/truewallet-api
truewallet-api ของ TrueWallet ฟรีสามรถเอาไปพัฒนาต่อได้ ด้วย Nodejs
-
libpvp-kotlin
libpvp-kotlin PublicForked from haniokasai/libpvp-kotlin
pvp library for nukkit written in Kotolin
Kotlin
If the problem persists, check the GitHub status page or contact support.