Design comparison
Community feedback
- @MeFredjPosted over 4 years ago
@gabriardi Thanks for your reply. I am actually also following different courses via Udemy. Is there anything you can recommend for Javascript. The issue is that by now I'm quite familiar with HTML and CSS, however I lack Javascript knowledge as I have no clue how to validate the form in this challenge.
0 - @MeFredjPosted over 4 years ago
@gabriardi Any chance you could explain how you'd managed to setup the Javascript code? As this is level newbie I don't understand how people manage to do so. I understand the HTML and CSS to make the page look just like the example images, however the JS code is so hard for me to understand, even though I know some basis JS.
Hope you can help me out with some resources to figure it out myself. Thanks idvance!
0@gabriardiPosted over 4 years agocan you be more specific on what is not clear to you? how to include it in the html file? the javascript code itself? the strategy I used?
quick summary: -include it in the html file with the tag pointing to the source file -as for the validation strategy I adopted, I check the input and if there's an error I attach the error classes to the correct elements in order to show them or modify them.
If you need to learn Javascript there are tons of resources both free and paid. Just choose your preferred mean of learning. As for myself I followed couple of Udemy courses, watched youtube videos and read articles. And of course whenever you need something specific check the documentation.
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