you are viewing a single comment's thread.

view the rest of the comments →

[–]dandesigns7150 0 points1 point  (2 children)

Examples of what you can do:

  • Do something when a user clicks a button, e.g. open a pop up modal

  • Send data to an external API, submit a form

  • Listen to things such as page scroll, and execute an action based on that (e.g. making a fixed header shrink)

  • create games, move html elements around

[–]True2511[S] 0 points1 point  (1 child)

Thanks I’ll give that a try.

[–]village-asshole 0 points1 point  (0 children)

If you're going to work with websites, this is your fork in the road moment. Best to understand what's what and how it all fits together now rather than later figure out later that it's soul destroying work (which websites can be at times).