
JavaScript Resume (personal project)
My personal website with a lot of JavaScript explanations and articles.

Event reference
Events are fired to notify code of "interesting changes" that may affect code execution. Each event is represented by an object that is based on the Event interface, and may have additional custom fields and/or functions to provide information about what happened.

100+ JavaScript Concepts you Need to Know

JavaScript Value vs Reference Types

JavaScript - Reference vs Primitive Values/ Types

Reduce Function: 10 Different Examples

What the heck is the event loop anyway?

What are "Programming Paradigms"? (Procedural vs Functional vs OOP)

Object-Oriented Programming (OOP) in JavaScript

Why "vanilla JavaScript first" might NOT be the best approach!

How to Upload and Preview Images — JavaScript