23
veledar
7y

That should be enough characters...

var str = "The Hardest Button to Button";
   var res = str.substring(0, 16);

Comments
Add Comment