DrewJKnowles / Technical-Interview-Practice

Practice Questions and Solutions For Technical Interviews
0 stars 0 forks source link

What is the difference of null and undefined? #4

Open DrewJKnowles opened 7 months ago

DrewJKnowles commented 7 months ago

Null is a intentional declaration where as undefined is where a variable is assign to something that doesn't exist yet.