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
saifalikhan9 -
zhuyue -
Mike Young -
Probir Sarkar -
Top comments (0)