FrontendDeveloper.in

JavaScript question detail

What is null value

The value null represents the intentional absence of any object value. It is one of JavaScript's primitive values. The type of null value is object. You can empty the variable by setting the value to null.

var user = null;
console.log(typeof user); //object
Back to all JavaScript questions
Get LinkedIn Premium at Rs 399