Weird view cant move on?

Tell us what’s happening:
my Freecode camp has changed i’m in a unfamiliar format. its all white and when i complete my challenge nothing happens. it says i completed the test but nothing happens. ???

Your code so far


// Setup
var myStorage = {
  "car": {
    "inside": {
      "glove box": "maps",
      "passenger seat": "crumbs"
     },
    "outside": {
      "trunk": "jack"
    }
  }
};

var gloveBoxContents = myStorage.car.inside["glovebox"]; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/accessing-nested-objects/

Hi @Jaypz61

Have you tried replacing “glovebox” in your line of code with “glove box” as specified in the object?

that def worked thank you.

any word on the format im looking at any chance it goes back.

No idea on that one i’m afraid.

Maybe try posting a screenshot of what you’re seeing in a new thread?