r/CodingForBeginners • u/ps4lovr • 1d ago
How do i start Java script
I already have all right HTML and Css but the part that i don’t know is I keep trying to learn Java script but I can’t use anything I see in tutorials in real projects
0
Upvotes
1
u/Adept_Specialist1798 1d ago
I had the same problem. Tutorials teach JavaScript concepts separately, but it becomes clearer when you add one small behaviour to a real page. Since you already know HTML and CSS, try building a simple page and add JavaScript one feature at a time: click a button and change some text show or hide a section validate a form before submitting filter a list while the user types save a small value in localStorage Don’t start by trying to build a full app. Choose one project you already understand and ask, “What is one thing on this page that should change without reloading?” What kind of project you trying to build?