Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Interactive Feedback card - CSS

@AntonyWilliam

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


My new Solution! any inputs?

Community feedback

David 8,000

@DavidMorgade

Posted

Hello Antony, great job finishing the challenge, congratulations!

First of all I need to say that I like a lot your improvised top warning!

I did dig into your JS files to see how you managed the logic, try to not use var, but really, never use var is really outdated and can cause some buggy problems cause of their scope behaviour, if you need a variable that will change in the future, use let, if you need an unmutable variable, use const (they can be changed but you can't re-assign them a value!).

Apart from that little tweak on your JS, it seems that the rest is fine and working correctly!

Hope my feedback helps you! good job!

Marked as helpful

2

@AntonyWilliam

Posted

@DavidMorgade it did! thanks a lot!

2

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord