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
reviewing essential math + logic + beyond
making decisions with if and else statements
making events happen again and again
grouping code into actionable chunks
collecting properties and values into containers
collecting several items in one container
performing more powerful functions such as transforming and filtering arrays
containing chunks of code for later re-use
making changes to the HTML with JavaScript
responding to unsatisfactory data and actions
reviewing this calendar-oriented built-in object
reviewing this calculation-oriented built-in object
more about JavaScript with the "user agent"
accessing the HTML via JavaScript
delaying and repeating events based on time
using other people's data sets with this function
employing special workarounds for special cases of strings
concatenating strings with variables in a neater arrangement
using optional shorthand ways to write if/else statements
using optional shorthand ways to write if/else statements
freezing objects to make them