JS Challenge: 4
Boolean Datatype:
Boolean datatype is one of the primitive datatype of JavaScript like Numbers and Strings. Boolean datatype has two values i.e., true and false. It is represented as follows:
let isHungry = true
We generally use Boolean values in th...
arunarivanandam.hashnode.dev1 min read