Output? If it is false then why it is false? If it is true then why it is true? #Reminder #javascriptConcepts
1
0
0
94
0
Download Image
Every single value in js is considered either truthy or falsy. Truthy values result in the value true when coerced into a Boolean value. Falsy values result in the value false.