Should I Jump Straight to JavaScript or Build More HTML/CSS Projects First?

0
46
Asked By CreativeWanderer92 On

I'm wondering if I should dive right into learning JavaScript now that I've got a grasp of HTML and basic CSS, or if it would be better to create a few small projects using what I already know first. A lot of people suggest that it's best to learn HTML, CSS, and JavaScript before moving on to building projects. I'm feeling a bit confused about the best approach, so I'd love to hear your thoughts!

5 Answers

Answered By FormMaster99 On

Working on complex forms can be a great exercise and help with both responsiveness and UX. Maybe try building a profile or travel experience form; it'll definitely get you thinking creatively while sticking to HTML and CSS for now.

Answered By ProjectEnthusiast34 On

It's a good idea to build a simple responsive landing page with just HTML and CSS first. Something straightforward to get a feel for it before jumping into JavaScript. That way, you can focus on the basics without getting overwhelmed.

Answered By CodeExplorer77 On

Definitely try out some small projects with HTML and CSS first! Websites like Frontend Mentor have easy challenges you can use. They’re a great way to practice your skills without the added complexity of JS right away.

CreativeWanderer92 -

Thanks for the suggestion! I love the idea of using Frontend Mentor for practice.

Answered By LearningByDoing88 On

I recommend splitting your time between learning and doing. Spend half your time on new concepts and half on small projects. You'll learn a lot just by applying what you learn as you go!

Answered By LearnAndGrow56 On

Try making a project first with just HTML and CSS. Once you're comfortable, you can start learning JavaScript and see how you can apply it back to that project you made. It'll help solidify your skills!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.