Have you ever felt unconfident writing "if" conditions? Had you ever written such pieces of code like this: if (typeof x == "undefined") { // do some stuff } If so, you are welcome to the journey into the weird world of falsy Javascript values! Wha...