tutorial.eyehunts.com
Remove the last character from the string JavaScript
Use the slice() method to remove the last character from the string JavaScript. You must pass two arguments: the start and end indexes.
Rohit