skip to main content
logo
jonchius
developer? explorer? whatever!
code / textbook-javascript

📒

JavaScript — an introduction

introducing the programming language of the internet

📒

JavaScript in HTML

getting started with JavaScript on a webpage

📒

JavaScript comments and whitespace

documenting code with some comments and whitespace

📒

JavaScript on the browser console

using the browser's console as a code playground

📒

JavaScript data types

summarizing the building blocks of web app data

📒

JavaScript strings

looking at and manipulating plain text in JavaScript

📒

JavaScript numbers

looking at and manipulating numbers in JavaScript

📒

JavaScript variables

storing data into named containers

📒

JavaScript variable declarations

differentiating const + let + var when declaring variables

📒

JavaScript operators

reviewing essential math + logic + beyond

📒

JavaScript branching

making decisions with if and else statements

📒

JavaScript looping

making events happen again and again

📒

JavaScript functions

grouping code into actionable chunks

📒

JavaScript objects and JSON

collecting properties and values into containers

📒

JavaScript arrays

collecting several items in one container

📒

JavaScript higher-order functions

performing more powerful functions such as transforming and filtering arrays

📒

JavaScript modules

containing chunks of code for later re-use

📒

JavaScript DOM manipulation

making changes to the HTML with JavaScript

📒

JavaScript error handling

responding to unsatisfactory data and actions

📒

JavaScript Date object

reviewing this calendar-oriented built-in object

📒

JavaScript Math object

reviewing this calculation-oriented built-in object

📒

JavaScript browser variables

more about JavaScript with the "user agent"

📒

JavaScript DOM access

accessing the HTML via JavaScript

📒

JavaScript delay handling

delaying and repeating events based on time

📒

JavaScript data fetching

using other people's data sets with this function

📒

JavaScript escape sequences

employing special workarounds for special cases of strings

📒

JavaScript string interpolation

concatenating strings with variables in a neater arrangement

📒

JavaScript ternary operators

using optional shorthand ways to write if/else statements

📒

JavaScript nullish coalescing

using optional shorthand ways to write if/else statements

📒

JavaScript read-only objects

freezing objects to make them

made with sanity + next.js + critical thinking

linktree (sidequests)