June 15, 2022

Problem Statement -Truthy and Falsy
Scope of work
– Build a program to use the non-boolean data types, like strings or numbers, which are evaluated when checked inside a condition
Challenges
– Use if and else conditions in JS program
Execution Strategy
**–**Before writing the code, the theory part has been learnt
Value Added
A simple code that will find out the truthy and falsy statements
