class Hello {
static world(foo: string){
console.log(foo);
}
Hello.world("console.log");
About: Hello there. I'm an IT student, specialized in Javascript technologies. Let's DEV😊
class Hello {
static world(foo: string){
console.log(foo);
}
Hello.world("console.log");