(key:Id,value:Name)
if(Id in addList) { alert(alertMsg); } else addList[Id] = Name; displayTable(addList);
save is run successfully but