Here is the code snippet in question:
console.log("444444: ", profile, JSON.stringify(profile))
Upon checking the log output:
https://i.stack.imgur.com/LzalV.png
I am trying to understand why I cannot see the value: [0] present
Additionally, I need to send this profile object to the backend, but it seems that the backend is not receiving the value field.