Sobes.tech
Middle+

const S = { id: 1, nume: "Ivan", vârstă: "39", tel: [phone] }; function getParam(obj, key) { return obj[key]; } getParam(S, "tel"); getParam(S, "job");