Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: 1.4.1 Lightbox #30754
    Christina Hamilton
    Participant

    This is a bit late, but is it possible your second image is corrupted? If you create a div with two copies of your first line of HTML, does that give you the same error?

    in reply to: JS Arrays 1.2.09 #29383
    Christina Hamilton
    Participant

    You have created an array of objects. To access each object, you must index into the array.

    The first object would be people[0].

    The value of “name” in that object would be people[0].name.

    Can you see now how to build a for loop to access all the elements of the array, and pull out the value of name for each one?

    in reply to: Pseudo-styles vs Pseudo-classes #7375
    Christina Hamilton
    Participant

    An additional typo:

    At around timestamp 30:50 (review of lesson), “rgba” is spelled “rbga”.

Viewing 3 posts - 1 through 3 (of 3 total)