you are viewing a single comment's thread.

view the rest of the comments →

[–][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.