Code: Select all
object[i]
Now I know if i is a string of the property name that it'll return that property, but i is a integer in this case. I don't want to loop through all the properties or anything like that, I'd just like to jump to a specific index in the object.
I hope this makes sense. Is there any way to do this in JavaScript?
Thanks for reading, all help is appreciated.