null
is a primitive value that represents the intentional absence of any object value. It is used to indicate that a variable is empty or uninitialized.
let x = null;
console.log(x); // null
Tags: basic, JavaScript, data types
URL: https://www.tiktok.com/@jsmentoring/photo/7449876086793489696