Sobes.tech
Middle+

const S = { id: 1, име: "Ivan", възраст: "39", tel: [phone] }; function getParam(obj, key) { return obj[key]; } getParam(S, "tel"); getParam(S, "job");