Design comparison
Solution retrospective
Been focusing on JavaScript the past few weeks and this challenge focus on change CSS with JS.
All feedback is greatly appreciated!
Community feedback
- @EileenpkPosted almost 2 years ago
Hi Enn Ko, your project looks great, and this might be a helpful tip.
You can move the
The "defer" keyword in a script tag is used to indicate that the script should be loaded and executed after the page has finished loading. This can be useful for scripts that are not critical to the initial rendering of the page, as it allows the browser to continue loading and rendering the page while the script is being loaded in the background. This can improve the overall performance and user experience of the page.
Hope you found this helpful!
- Let's connect on LinkedIn! - @Eileenpk
Marked as helpful0@enn-koPosted almost 2 years ago@Eileenpk Hello Eileen dangelo, your feedback is very helpful for me. Thank you for your kindness.
0
Please log in to post a comment
Log in with GitHubJoin 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