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
Shahid -
Adrián Bailador -
Danny Engelman -
Andrzej Mazur -
Top comments (0)