Null Vs Undefined
I've been coding mainly JavaScript for almost 12 months, and last year some colleague of mine asked “should I use null or undefined?”, when some other pointed something like “you can use both, it doesn't matter”. Since that day I wanted to write this post, because… well… it matters! YES!, null and undefined are not the same in JavaScript!