Sobes.tech
Middle+

const S = { id: 1, όνομα: "Ivan", ηλικία: "39", tel: [phone] }; function getParam(obj, key) { return obj[key]; } getParam(S, "tel"); getParam(S, "job");