Hi While executing the the JS file i am getting below error.
{
@track abc = [];
if (data) {
let currentData = data.fields;
this.abc.push({
value: data.fields.Static__c.value,
key: 'Static__c'
})
}
const trs = this.abc.get("Static__c");
}
getting below error:
[this.abc.get is not a function]