text(string, xPos, yPos);
var text1 = "merhaba ";
text(text1+text1,0,150);
output: 'merhaba merhaba '
text(string, xPos, yPos);
var text1 = "merhaba ";
text(text1+text1,0,150);
output: 'merhaba merhaba '
For further actions, you may consider blocking this person and/or reporting abuse
Prince -
Gaurav D. Lohar -
Kafeel Ahmad (kaf shekh) -
Hamza Khan -
Top comments (0)