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
John Brooks -
Sidali Assoul -
Armando -
sharathchandark -
Top comments (0)