Q:

remove last character from string jquery

$(document).ready(function() {

 	var chrt = 'wlearnsmart';
	alert("Delete last character here... - " + chrt.slice(0, -1));

});
0

New to Communities?

Join the community