I need to select last two characters from the variable, whether it is digit or letters.
For example:
var member = "my name is Mate";
I would like to show last two letters from the string in the member
variable.
I need to select last two characters from the variable, whether it is digit or letters.
For example:
var member = "my name is Mate";
I would like to show last two letters from the string in the member
variable.