JavaScript — an introduction

introducing the programming language of the internet
// updated 2025-05-07 16:04

JavaScript, as an internet programming language, allows webpages to:

  • changes its content and/or appearance
    • based on user input, or
    • some changing condition

As we will see, the JavaScript programming language contains many features that we can find in any other programming language. Of course, JavaScript will contain unique implementations of features that make it best suited for web development.

Topics

newer (in textbook-javascript) ➡️
JavaScript in HTML 📒
⬅️ older (in code)
🎨 CSS grid
newer (in code) ➡️
JavaScript in HTML 📒
⬅️ older (posts)
🎨 CSS grid
newer (posts) ➡️
JavaScript in HTML 📒