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