This is my first post here. I saw a bit of TypeScript code that was a list of objects, something like:
obj1.obj2.obj3[obj1.obj2.obj3.length-1].span
What is the ".span" doing here? I searched the internet and could not find anything.
Thanks in advance