🟨JavaScript

the programming language of the internet

JavaScript, as a programming language, allows webpages to

  • change its content and/or appearance

    • based on input from a user or from external forces

pageJavaScript setup

After the inital setup phase:

pageJavaScript (essential topics)

Once we know the basics, we can do DOM manipulation (which essentially means HTML manipulation!):

pageJavaScript (to the internet!)

We can always learn more:

pageJavaScript (advanced topics)

...and even more (it never really ends!):

pageJavaScript (optional topics)

Last updated