Notes of Eklemis

Notes of Eklemis

Follow
homebadgesnewsletter
Tag

truthy

#truthy

More content

Read more stories on Hashnode


Articles with this tag

Beyond Javascript's true and false: Truthy and Falsy

Aug 1, 20222 min read

When 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...

Beyond Javascript's true and false: Truthy and Falsy