DEV Community

Cover image for Someone would ask after these 40 day of Java script what can you do with it,

Someone would ask after these 40 day of Java script what can you do with it,

lets understand,
To become a frontend developer(someone that builds the user interface of your websites and web apps)this is the road map
HTML β†’ CSS β†’ JavaScript
↓
Frameworks β†’ React (or Vue)
so I just finished the Java script part of the road map,
WHAT IS JAVASCRIPT'S functionality ?
JavaScript is like the brain of a website β€” it reacts when you click, type, or scroll.
If a website were a car:
HTML is the frame,
CSS is the paint job,
JavaScript is the engine and steering.
I can now build small tools, apps, and games that live right in your browser β€” no downloads, just click and use.
in a simple sentence , JAVASCRIPT MAKES THE WEBSITE DYNAMIC AND INTERACTIVE.
here's the catch after some days of rest I will build an e-commerce site the will get me ready and tested for the next step of the front end development journey .
I will keep post my progress and document my journey

Top comments (0)