Error Handling
Why your code breaks, how to catch it, and the art of failing gracefully.
Mar 26, 20265 min read1
Search for a command to run...

Series
JavaScript is a quirky language. To master it, one should know to avoid its hidden traps along with its logic. This series showcase my journey through JS: the pain points, the breakthroughs, and the coding standards that I adopted from my mentors.
Why your code breaks, how to catch it, and the art of failing gracefully.
Passing Functions Around Like Notes In Class

What Actually Happens When You Write new Person()

Clean, Concise Data Extraction in Modern JavaScript

Leveraging Key-Value Pairs and Unique Collections in ES6+
Why your code doesn't always run top to bottom
