Latest comments
- P@yudin7324Submitted 8 days agoP@taceseptPosted 1 day ago
You did a great job! 😊 However, for the Web3 image, it should switch to the mobile version on smaller screens. Stay consistent and keep up the great work! 🌟
Marked as helpful0 - P@yudin7324Submitted 9 days ago
- @MR-GaidSubmitted 3 months agoP@taceseptPosted 9 days ago
Looks great! Just a small suggestion: the accordion could stay in place when expanded, instead of moving up. It would be awesome if the content could smoothly appear without shifting the whole page.
0 - @Utkarsh860Submitted 14 days agoP@taceseptPosted 11 days ago
Your rating buttons are missing a key accessibility feature. When selecting a rating with Tab and pressing Enter, it doesn’t visually indicate selection. I suggest using element.classList.add("selected") to fix it.
0 - P@olaide-hokSubmitted 20 days agoP@taceseptPosted 14 days ago
Hey, I noticed that the JavaScript quiz isn’t working as expected. Also, the label in the top left stays visible even after clicking the 'Play Again' button. Maybe you could check those? Keep up the great work!
1 - @guardianprimeSubmitted about 1 month agoP@taceseptPosted 19 days ago
Use this instead:
charLengthInput.addEventListener("input", () => { charLengthEl.textContent = charLengthInput.value; }); This updates charLengthEl instantly as the slider moves.
Marked as helpful0