The && operator returns true only if both sides are true.
&&
true
let canPublish = true && true
Control Flow