get last element of str js code example Example: javascript get last character in string var hello = "Hello World"; var lastCharOfHello=hello.slice(-1);//d