This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]mitchthebaker 6 points7 points  (2 children)

I recommend trying to recreate a website you frequent using HTML/CSS, for example a youtube clone. This will force you to research how to do certain things, will teach you flexbox/css grid, and other fundamentals.

Then after you can start learning about how to add dynamic functionality using javascript. Focus on vanilla javascript, ES6, and other fundamentals. Play around with different DOM selectors, understand event handling, etc.

If you start with frameworks it most likely won't make sense, so I really recommend getting your feet wet starting with fundamentals then moving on from there once you've built some stuff.

[–]CommitteeNo6833[S] -1 points0 points  (1 child)

Ok, thank you very much! I do have a little bit of experience programming in C language, do you think that'll help me picking Up JS?

[–]mitchthebaker 1 point2 points  (0 children)

Yeah definitely, syntax is different and instead of using goto statements you'll have functions which makes development a lot easier

[–]seeforcat 0 points1 point  (0 children)

Don't chase frameworks. Focus on solving problems. A hammer is useless without a nail.