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
Muhammad Awais -
saurabh kamble -
Ashutosh -
Lars-Erik Bruce -
Top comments (0)