class smailiukas {
constructor() {
this.name = "Domantas";
this.age = 21;
this.lookingToWork = true;
this.languages = [".js", ".ts", ".py"];
}
totally_not_a_complicated_function_name() {
return console.log('I hope you find some of my stuff useful in someway.')
}
}
const me = new smailiukas();
me.totally_not_a_complicated_function_name();
🏠
Working from home
Highlights
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.