if anyone else gets stuck like me in this step and cant find out whats wrong with the code this is for you. Try < instead of > in while comparing Math.random’s result. Tests are picky about it for some reason.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: index.ts */
code removed by moderator
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0
You can post solutions that invite discussion (like asking how the solution works, or asking about certain parts of the solution). But please don’t just post your solution for the sake of sharing it.
If you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.
Sorry. I don’t use this forum a lot, so I didn’t realize I was sharing my code. My only intention was to help people who had the same issue I did by suggesting they try using <. Apologies if I ruined someone’s learning process.