Answers for "node.js get last characters of a str"

30

javascript get last character in string

var hello = "Hello World";
var lastCharOfHello=hello.slice(-1);//d
Posted by: Guest on August-01-2019

Code answers related to "node.js get last characters of a str"

Code answers related to "Javascript"

Browse Popular Code Answers by Language