Eklemis Santo Nduneknotes.appยทAug 1, 2022Beyond Javascript's true and false: Truthy and FalsyWhen you code, and you have to write an if statement like lines below: if (x_value){ //some code here } what do you think is logically correct value of the x_value? Either true or false, right? In Javascript though, you'll see some condition where ...105 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.