javascript get all characteres after the last / code example Example: javascript get last n characters of string 'abc'.slice(-1); // c