Open kartamyshev opened 4 years ago
function ifEmpty (obj) { for (let key in obj) { alert(obj[key]); } };