remove the last 3 characters in a string - Typescript code example Example: remove last 3 characters from string javascript str = str.slice(0, -3);