Hi I am attempting (horrendously) to access a value in an Object, the value is within what I believe is a descriptor, I believe this because it is shown when I console log the object like:
console.log(Object.getOwnPropertyDescriptors(Cognitive))
The Value I am trying to access is module: {i: ..., l: true, ...
Within [[Scopes]]
I dont know what [[Scopes]] is and trying to execute the get function in the object and console.log the value returned seems to return the imported functions contents instead of the values shown in the get function in the image.