What are Null & Undefined in JavaScript?

An introduction to the primitive values ‘null’ and ‘undefined’ for beginners.

Codecupdev
JavaScript in Plain English
4 min readMay 1, 2022

--

In JavaScript, null and undefined are primitive values. If you want to find out more about primitive values you can see this article. As null and undefined are primitive values we can use them directly in our console. Let’s give this a go.

--

--