2016-04-18 5 views

Antwort

0
var id = "YuvalW"; 
var c = id.substr(0, id.length - 1); 
alert(c);