Snippets Ways to check null and undefined variables in JS What are the ways to check null and undefined variables and what is the best and sane way of doing it.
Snippets Write a custom function to flatten a javascript object Learn how you can create your own object flattening function
Snippets Invert colors of a website to get a dark mode effect(kind of) Convert any website to dark mode.