When Objects Aren't

Not everything that looks like an object is one. Here are some cases that look something like JavaScript objects but aren't. We'll also see some unusual things along the way. GOTO in JavaScript?! ...
0 Read More

Introduction to Redux

It is a predictable state management library for JavaScript applications, commonly used with React. It helps manage and centralize application state, making state changes predictable and easier to deb...
0 Read More

Parameter Type Safety in JavaScript

Today I got bit by a small but annoying bug due to the lack of type safety in javascript. I scrapped an experimental change to a method but forgot to remove the new parameter from the function declara...
0 Read More