Managey

Solution retrospective
Hi there...
- The most challenging thing is that similar to the watermark (background), it took the most project time, and I'm not sure if I did it by good way, please tell me in your feedback if it is the best practice.
- is the js file clear? always i feel writing the variables in the global scope is bad practice if it is, tell me the best practice for it. Thanks...
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AngeliqueDF
Hi! I think you did great on this, the end result looks great!
For the JavaScript code, I don't think it was an issue to declare global variables like you did because this project is very small. However I think in this case it's risky to declare your variables with the
let
keyword instead ofconst
.Marked as helpful
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