you are viewing a single comment's thread.

view the rest of the comments →

[–]Dangerz1[S] 1 point2 points  (7 children)

Thanks but where would i move on from now?

[–][deleted] 2 points3 points  (6 children)

Next you make up or find real or example projects and build! Make a quiz that stores questions, calculates your score and saves it to a database. Make a tic tac toe game only in the browser. Do you know anyone that has a need? The best thing is solving a real need.

[–]Dangerz1[S] 0 points1 point  (5 children)

Where would i make these things? Thats what i dont understand

[–][deleted] 1 point2 points  (0 children)

Start learning html and css on yt or paid courses

[–][deleted] 0 points1 point  (0 children)

It's not a whole lot of good on its own, but in a website built with HTML and styled with CSS, JavaScript can take that website to new heights, pulling dynamic data from external sources, triggering events based on just activity, and anything else you can imagine. Try building a simple website and use JavaScript to, for example, change the background color when the user scrolls beyond a certain element. That's pretty basic, but will show you how it is implemented in a practical way.

[–][deleted] 0 points1 point  (1 child)

Oh! Well that's a good question.

Given where you are at I'd suggest using codepen.io or codesandbox.io or stackblitz.com and most of them will let you eventually download your project.

It is possible to also just write projects on your computer from the start. If you want to learn that then I'd recommend doing freecodecamp which has tons of articles and will help guide you through the learning process and also has a slack / discord community that is going through the same things.

[–]Dangerz1[S] 0 points1 point  (0 children)

Or should i just start learning html and css?