class Hello {
static world(foo: string){
console.log(foo);
}
Hello.world("console.log");
For further actions, you may consider blocking this person and/or reporting abuse
class Hello {
static world(foo: string){
console.log(foo);
}
Hello.world("console.log");
For further actions, you may consider blocking this person and/or reporting abuse
Jean-Noël -
Blake Anderson -
Soren Hill -
thinkThroo -
Top comments (0)