how to extract last 4 char in string javascript code example Example: remove last 3 characters from string javascript str = str.slice(0, -3);