DEV Community

As Manjaka Josvah
As Manjaka Josvah

Posted on

Greeting 🤣

class Hello {
  static world(foo: string){
    console.log(foo);
}

Hello.world("console.log");
Enter fullscreen mode Exit fullscreen mode

Top comments (0)