Truthy and Falsy Values 1. All string is truthy value other than an empty string.
2. All numbers are truthy value other than Zero
3. If we set values NULL, Undefined, false, and NaN then it will be a falsy value.
4. Empty array and object will truthy value. Undefined vs NULL Undefined
1. If we don’t set…