how to pop off the last character of a string js code example Example: js remove last character from string let str = "Hello Worlds"; str = str.slice(0, -1);