Below, you can see the output from these two logs. The first clearly shows the full object with the property I'm trying to access, but on the very next line of code, I can't access it with config.col_id_3
(see the "undefined" in the screenshot?). Can anyone explain this? I can get access to every other property except field_id_4
as well.
console.log(config);
console.log(config.col_id_3);
This is what these lines print in Console