Answers for "remove a char from a string in js"

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 "remove a char from a string in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language