var a1 = "00015"; var a = "00015"; if(a.length >4){ a= a.substring(a.length - 4); } console.log(a); console.log(a1.length);