Skip to content

hide and seekΒ #13

@Strangeal

Description

@Strangeal

Hide and Seek Bugs 🐞 πŸͺ²

Looking at your generated cards in the js file, I saw you rendered all your cards on the page using HTML elements by using innerHtml which means the object array you created has no actual use.

Possible solution ♻️♻️

  • Add just card in your HTML in your innerHTML
  • You the forEach function to loop through your object array to generate all 4 cards
  • You can also use for loop

Thank you πŸ™ , It's my pleasure 😊😊 I was able to debug your code.❀️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions