Answers for "js get last bit of string"

7

javascript get last n characters of string

'abc'.slice(-1); // c
Posted by: Guest on February-03-2020

Code answers related to "js get last bit of string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language