Answers for "split the last 3 characters off a string hs"

9

how to remove lasr char from string in javascript

str=str.slice(0, -1);
Posted by: Guest on June-21-2020

Code answers related to "split the last 3 characters off a string hs"

Code answers related to "Javascript"

Browse Popular Code Answers by Language