We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Console Log complete javascript Object

Home Forums Programming Console Log complete javascript Object

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65882
    David Duperron
    Customer

    Hi,
    Another quick question. I would like to inspect a complete Dictionnary object, but when I console.log it from the puzzle, I get something like addedObjectsDictionnary :[object Object] . I would like to be able to develop it and check what’s inside. I know that I saw that somewhere but I can’t retrieve it!
    Help please! :)

    David

    #65886

    Hi David,

    if you console.log only the dictionary, it will become expandable in the console. However, if you concatenate it with a text and then print it, it will be printed as [object Object].

    Chief 3D Verger | LinkedIn | Twitter

    #65887
    David Duperron
    Customer

    Ah! simple as that… silly me… :scratch:

    #65893
    kdv
    Participant

    Do not use “create text with” for objects printed to log

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.