tutorial.eyehunts.com
JavaScript remove the last word from a string | Example code
The simplest way to get remove the last word from a string in JavaScript Using string.substring() Function. There are many ways and methods.
Rohit