var str ="берег" alert(str.slice(-1) == "г" ); alert(/г$/.test(str));
if(str.slice(-1) == "г" ) alert("test")