js remove last part of string from char code example Example: js remove last character from string let str = "Hello Worlds"; str = str.slice(0, -1);