Answers for "how to remove last three letters of word in js"

1

how to remove last three letters of word in js

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

Code answers related to "how to remove last three letters of word in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language