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?
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?