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.

Collapse
 
uzair004 profile image
Muhammad Uzair

Yup, there are so many fun stuff you can add using JS.

Thread Thread
 
iam_strawb profile image
DevCharlnz

Have been learning JS now. But I'm wondering how I'm going to apply those stuff.

Variables, strings, and cancatenation... Though I'm yet to finish the course on freecodecamp

Thread Thread
 
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.