Answers for "remove the last 3 letter of a word with trim javascript"

3

remove last 3 characters from string javascript

str = str.slice(0, -3);
Posted by: Guest on April-06-2020

Code answers related to "remove the last 3 letter of a word with trim javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language