Things you'd like specific feedback on: I'm not really sure, anything you think I could have done with fewer lines of code or more simple logic would be helpful. Originally the idea was super complicated involving the shuffling method and arrays from 1-100, but finding how to generate random numbers online is what really carried me through this project. Another thing that helped was learning how to create onclick functions within the HTML, making my life a lot easier due to being able to avoid nesting functions in event listeners - which was overcomplicating my code.
Link to repo:https://git.generalassemb.ly/kirpz/kirpz.github.io Link to deployed app:https://pages.git.generalassemb.ly/kirpz/kirpz.github.io/
Things you'd like specific feedback on: I'm not really sure, anything you think I could have done with fewer lines of code or more simple logic would be helpful. Originally the idea was super complicated involving the shuffling method and arrays from 1-100, but finding how to generate random numbers online is what really carried me through this project. Another thing that helped was learning how to create onclick functions within the HTML, making my life a lot easier due to being able to avoid nesting functions in event listeners - which was overcomplicating my code.