Skip to content

Object.keys() #459

Description

I have this in JS:

let myObject = {"pages": {"32746": {"data": "A data"}}};
console.log(myObject.pages[myObject.keys(myObject.pages)])

I readed the API documentation but I don't found this.
I tried with: j["pages"]["*"] but don't work.
Any help?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions