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
Mike Young -
Yassine Sallami -
Rajesh Dhiman -
Vaibhav Dwivedi -
Top comments (0)