DEV Community

Discussion on: <h3>new in web development.</h3>I have finished learning html. How do I start the task of building a website. And hosting it.

 
uzair004 profile image
Muhammad Uzair

Learn Javascript fundamentals first means Javascript as a language.
Then learn DOM (document object model) and how to manipulate it using Javascript.

You should learn from another source as well because freeCodeCamp only scratches the surface and topics are not explained, it's just way to start.

It may takes time to do something with JS , don't rush learn fundamentals before doing something fancy.