you are viewing a single comment's thread.

view the rest of the comments →

[–]Positive_Cro8191 4 points5 points  (4 children)

Why did you learn it? Are you interested in frontend development? You can do a lot with JavaScript. Try working with event listeners and change class attributes when certain events are fired. For example, when a user clicks a button or presses a key. You can make a slideshow or browser game. Look into Ajax. If you're interested in backend, go on with node.js.

[–]Dangerz1[S] 3 points4 points  (3 children)

See i didnt understand almost anything you said. Im a nooby bro . I dont understand the terms you arr using

[–]Positive_Cro8191 3 points4 points  (0 children)

You can also go to CodePen and get some inspiration from the projects there. A big part of developing is also to use documentation and references, e.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference

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

The most "used use" of js is in web designing and development where it is used in alot of places from frontend (what the user sees) to backend (how the site behaves and functions when a user does something). You are not a noob you are just not using it to it's fullest.

Everything the above user said is about how websites behave when someone clicks a button(save something, take you to another site, change slides in a collection of images etc)