Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by johnhk631

  1. J

    JavaScript JavaScript: Accessing Nested Objects using document.getElementByID functionality

    Thank you for that explanation. Not sure why I didn't try the myParams in front of [p1][p3] before but I'm guessing in my mind I was thinking I had already specified the myParams and was working within the second object. That's what I get for not walking away from it for a bit and coming back...
  2. J

    JavaScript JavaScript: Accessing Nested Objects using document.getElementByID functionality

    Hey ya'll Hoping to get some light shed on this JavaScript. (Please forgive any terminology errors on my part, still trying to get a grasp of it) I have the following code that works: const myParams = { param1: "widget1", param2: "widget2", myParams2: { param4: "widget4"...
Back
Top Bottom