Understanding null and undefined
Null and undefined are both are primitive data types in JavaScript. Both provides the similar feelings when observed at theoretical level. Sometime times the consequence are more debugging and clarification for the usage of these two values.
Null
The...
blog.jobins.jp4 min read
Nirajan Basnet
Creative coder
Great article.