Answers for "js show only the first 10 letters of a text"

2

js only first 50 letters

'Hiya how are you'.substring(0,50);
Posted by: Guest on December-30-2020

Code answers related to "js show only the first 10 letters of a text"

Code answers related to "Javascript"

Browse Popular Code Answers by Language