JavaScript — an introduction
introducing the programming language of the internet
introducing the programming language of the internet
getting started with JavaScript on a webpage
documenting code with some comments and whitespace
using the browser's console as a code playground
summarizing the building blocks of web app data
looking at and manipulating plain text in JavaScript
looking at and manipulating numbers in JavaScript
storing data into named containers
differentiating const + let + var when declaring variables