“Remova o último char - jQuery” Respostas de código

Remova o último caractere do string jQuery

$(document).ready(function() {

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

});
Black Bat

Remova o último char - jQuery

"1234".slice(0,-1)
Homely Hare

Respostas semelhantes a “Remova o último char - jQuery”

Perguntas semelhantes a “Remova o último char - jQuery”

Mais respostas relacionadas para “Remova o último char - jQuery” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código