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