2
andyk
7y

Class cleanBullshit() {
Function invokeAction(attr) {
If(attr==='sarahah' ) friend.remove();
}
}

Class private mylife() {
var per = new cleanBullshit();
per.invokeAction('sarahah');
}

Comments
Add Comment