What is the main difference between (Null) & (Undefined) in JS?

Viewed 27

Yes I knew that the type of Null is an object but still confused what is the difference between them and what is the use of Null especially?

Let temperature;
// It is undefined , no value had assigned yet!
0 Answers
Related