Question 1: What is truthy and falsy value in javascript? Answer 1: In Boolean context, we know that a value can either be true or false. So in javascript, if the value is considered true that is called truthy value whereas if the value is false that is called falsy…