Answers for "js get last 4 symbol of string"

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 "js get last 4 symbol of string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language