Explaining Null vs Undefined in JavaScript
Purpose
I wrote this article to clear up confusion about null and undefined, so we can be better prepared for interview questions. These are very basic concepts in JavaScript, but they often cause confusion, especially for beginners.
Introduction
As...
vinita-blog.hashnode.dev4 min read