
Solution retrospective
Hi, frontend enthusiasts😀!
Here is the solution that I developed for the Advanced challenge named Multi Step Form. I developed this project using basic js scripts like
{variableName}.classList.add("class-name");
{variableName}.classList.remove("class-name");
and
if({variableName}.classList.contains("class-name");){
//code lines
}
I know this project can be much more simplified with a further little bit of work. So, I intend to work on this project again.
But if you can drop your thoughts about my solution or any suggestions, it will be so much help and encouragement to me😊.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Tharusha Induwara's solution.
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