I have a sentence on my project build in JavaScript (for example) like this:
"Hello! Welcome Lord to ABC Companys"
As you can see the last word should be "Company" (without 's'). After the project has been completed, I noticed this on the welcome screen. I want to correct this mistake done by my developer who is out of the city for company work. But I don't know much of coding. How can I remove the last char (i.e. 's') using JavaScript?
Bookmarks