Submitted over 3 years ago
Double tap/click on logo for Cool Dark theme | FeedBacks Appreciated !
@exist08
Design comparison
SolutionDesign
Solution retrospective
Added dark theme(was not in the challenge).
First time used some filter
properties.
Any Feedbacks or tips for me.
Community feedback
- @RocTanweerPosted over 3 years ago
I saw the code now....
You should use semantic HTML5 tags and not just divs
Always avoid using var and start using let or const
Reasons to not use var...
- it is hoisted, mean you can use it before it's declaration
- create property on window object
- It is function scope and not block scope, mean you can manipulate the variable inside of a for-loop or if-else block from outside
Marked as helpful0 - @RocTanweerPosted over 3 years ago
Hello π bhai Have a heart for the dark theme π€£
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