class ProfileInfo {
constructor() {
this.name = "Piotr";
this.age = 22;
this.location = "Poland";
this.hobby = ["Coding", "Development"];
this.discord = "@b4.lunah";
this.mainlang = "Python";
this.nicks = ["luna", "lunah", "lunar"];
}
site() {
return "https://lunah.site";
}
project() {
return "https://lunah.is-a.dev";
}
}
Expand to see details about me.
The letter H in my username signifies I'm a proud member of the H community.