Latest solutions
Latest comments
- @kassahunAmdieSubmitted 9 months ago@stadnik-petroPosted 9 months ago
Great work, the only thing to fix is the distance between the photo and the name))
1 - @Dipesh-sapkota1Submitted 10 months agoWhat are you most proud of, and what would you do differently next time?
Any suggestion to improve would be appreciated
- @ntan2k3Submitted 10 months ago@stadnik-petroPosted 10 months ago
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 helpful1 - @Ehsan-eslamiSubmitted about 1 year ago@stadnik-petroPosted about 1 year ago
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!0