frankyonnetti
3/21/2016 - 8:06 PM

#js #jquery remove characters

jQuery - remove characters #jquery

// This will remove the last character. Using -2 will remove the last two. 

"1234".slice(0,-1)