Skip to content

Amanda-Sjstrm/project-guess-who

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Guess who!

This week we dug deeper into JavaScript: objects, arrays and functions by creating a "Guess who"-game.

The problem

My main issue this week was that one of the categories in my game was a boolean (the category "other" could only be beard och no beard) and i wasn't sure how to filter out the characters based on a boolean value. But after som help from Stack, asking ChatGTP for examples and poking around the code I eventually figured it out!

JavaScript is still quite confusing but i feel like im getting a better hang of it every week!

View it live

https://guess-who-lotr.netlify.app/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • CSS 22.8%
  • HTML 17.4%