how to get the last digit of a string in javascript code example Example: javascript get last n characters of string 'abc'.slice(-1); // c