DEV Community

Adem Deliaslan
Adem Deliaslan

Posted on

Text in Javascript -00010

text(string, xPos, yPos);

var text1 = "merhaba ";

text(text1+text1,0,150);

output: 'merhaba merhaba '

Top comments (0)