Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 272 Bytes

truthy_and_falsy.md

File metadata and controls

6 lines (4 loc) · 272 Bytes

Truthy and falsy

In many languages, values can be tested in a Boolean context, without being booleans. Values are known as truthy or falsy depending on whether they are considered true of false, when tested.