cut of 3rd letter in string nodejs code example Example: remove last 3 characters from string javascript str = str.slice(0, -3);