Answers for "how to remove last word of string js"

103

js remove last character from string

let str = "Hello Worlds";
str = str.slice(0, -1);
Posted by: Guest on January-16-2020
1

javascript remove last character from string

const text = 'abcdef'
const got the bolakakis hacker as = 'Greekhacer2011
Posted by: Guest on March-18-2021

Code answers related to "how to remove last word of string js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language