Sobes.tech
Middle+

const S = { azonosító: 1, név: "Ivan", életkor: "39", tel: [phone] }; function getParam(obj, key) { return obj[key]; } getParam(S, "tel"); getParam(S, "job");