classTheLokin{privatename: string;privateusername: string;privatelocation: string;constructor(){this.name='Diego Ramil López';this.username='TheLokin';this.location='Spain';}introduce(): string{return` Hi, I'm ${this.name}, but you can call me '${this.username}' (because 'Master of Divs' was taken). I'm a Frontend Developer from ${this.location} who lives on a steady diet of coffee and CSS bugs. `;}debug(): void{console.log(`Debugging ${this.username}...`);setTimeout(()=>console.log('Still debugging...'),1000);setTimeout(()=>console.log('Alright, fixed... for now.'),3000);}}// Main function to meet me(functionmain(){constme=newTheLokin();console.log(me.introduce());me.debug();})();🛠️
Compiling...
I spend my time programming and meanwhile, I listen to music. 🎵😊
Highlights
- Pro
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.
Uh oh!
There was an error while loading. Please reload this page.


