tutorial.eyehunts.com
Remove the last 2 character from the string JavaScript | Code
Use slice method with 0 for the start index and -2 for the end index as parameters to Remove the last 2 character from the string in JS..
Rohit