- Seemed pretty easy to me. Maybe it was just because mine was simplistic
- Took me about 1 hour
- The link to your code repo
This project
Every time you run the code, it creates a potion recipe.
I think it is fun! I like it!
Maybe you could make the random number be the length of the list.
something like this:
const randomName = potionNames[Math.floor(Math.random() * (potionNames.length))];
so, if you want to put another Name in the list, you don’t have to change the “20”.