skip to main content
joncoded
projects + snippets + thoughts
code / snippets

⚛️

React — an introduction

summarizing the famous interface-building JavaScript library

📒

JavaScript read-only objects

freezing objects to make them

📒

JavaScript nullish coalescing

using optional shorthand ways to write if/else statements

📒

JavaScript ternary operators

using optional shorthand ways to write if/else statements

📒

JavaScript string interpolation

concatenating strings with variables in a neater arrangement

📒

JavaScript escape sequences

employing special workarounds for special cases of strings

📒

JavaScript data fetching

using other people's data sets with this function

📒

JavaScript DOM event handling

listening and responding to events (happenings)

📒

JavaScript DOM access

accessing the HTML via JavaScript

📒

JavaScript browser variables

more about JavaScript with the "user agent"

📒

JavaScript Math object

reviewing this calculation-oriented built-in object

📒

JavaScript Date object

reviewing this calendar-oriented built-in object

📒

JavaScript DOM manipulation

making changes to the HTML with JavaScript

📒

JavaScript error handling

responding to unsatisfactory data and actions

📒

JavaScript delay handling

delaying and repeating events based on time

📒

JavaScript modules

containing chunks of code for later re-use

📒

JavaScript higher-order functions

performing more powerful functions such as transforming and filtering arrays

📒

JavaScript arrays

collecting several items in one container

📒

JavaScript objects and JSON

collecting properties and values into containers

📒

JavaScript functions

grouping code into actionable chunks

📒

JavaScript looping (for + while)

making events happen again and again in JavaScript

📒

JavaScript branching (if + else + elseif)

making decisions between or among conditions

📒

JavaScript operators

reviewing essential math + logic + beyond

📒

JavaScript variable declarations

differentiating const + let + var when declaring variables

📒

JavaScript variables

storing data into named containers

📒

JavaScript numbers

looking at and manipulating numbers in JavaScript

📒

JavaScript strings

looking at and manipulating plain text in JavaScript

📒

JavaScript data types

summarizing the building blocks of web app data

📒

JavaScript on the browser console

using the browser's console as a code playground

📒

JavaScript comments and whitespace

documenting code with some comments and whitespace

1234

a jxc project - also known as jonchius

built with sanity + next.js in the early 2020s

other sites : jonolist + jononews