function booWho(bool) {
return typeof bool === "boolean"
}
console.log(booWho(null));
Can you please say more? What’s going on? Which challenge? What answer? What don’t you understand?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.