How to access or print L which is in n

if we want to print n we write as
obj.e.n()
but what if we want to print l

Can you explain this more briefly?

function checkThis() { console.log(this) } let obj = { “a”: 10, b: ‘asdsa’, c: true, d: function () { console.log(this) }, 10: 32246, true: ‘asdasd’, e: { l: 234, m: ‘sdgsdg’, n: function () { console.log(this) }, }, }

Object is wrong in many places, you cannot define function in JSON

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.