remove last to characters of string javascript code example Example: js omit last string "somestring0".slice(0, -1) // "somestring"