Latest solutions
Latest comments
- @kassahunAmdie@stadnik-petro
Great work, the only thing to fix is the distance between the photo and the name))
- @Dipesh-sapkota1What are you most proud of, and what would you do differently next time?
Any suggestion to improve would be appreciated
@stadnik-petroЧудова робота
- @ntan2k3@stadnik-petro
Great job done! There is one caveat you have in the text different height from the original is a fashionable fix adding the value "line-height"
Marked as helpful - @Ehsan-eslami@stadnik-petro
Hello!
It seems like there might be some issues with Firefox due to the click handler being invoked before registering in addEventListener(). Here's how you can fix it:
adviceBtn.addEventListener("click", getAdvice); getAdvice();
Another aspect I want to draw your attention to is handling clicks on the
img
tag instead of<div class="dice-img">
. This may lead to a situation where the user isn't clicking directly on the image, and the code won't work. I recommend paying attention to this point!