Skip to main content
seanmcp.com

Tagged "JavaScript"

What is nullish in JavaScript?  

Nullish values are null and undefined, and it's important to thing of them separately from falsy values

Listen for class change in JavaScript  

There isn’t an event for class list changes, but you can write a function that listens for class changes on an element with the MutationObserver API

Node.js is great for scripting  

Node.js and JavaScript are a great option for scripting for the language features and the large ecosystem. Oh, and it's pretty fast too!

Starring content  

A write-up on the new star feature on seanmcp.com

Make a web component  

How to make a custom web component with only a few lines of code

TypeScript without TypeScript  

TypeScript provides valuable features but complicate the development process. What are some alternatives that provide the features without the headache?

Browse by tag or all articles.