jQuery - remove characters #jquery
// This will remove the last character. Using -2 will remove the last two. "1234".slice(0,-1)