1. Truthy vs Falsy value :
In javascript, when we do a boolean job, in other words, we expect a value from a boolean context, if the value is considered as true, so the value is a truthy value. All the values are truthy in javascript except which are mentioned as…