const r = [];\n    for (let key in obj) {\n        if (obj.hasOwnProperty(key)) {\n            r.push(`${key}: ${obj[key]}`);\n