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
Hady Walied -
Afshin Tavakolian -
chintanonweb -
Lucas G. Terracino -
Top comments (0)