Examples #
ts
if (player.isStealthy) {
console.log(`They are being super sneaky!`);
} else {
console.log(`They are not being super sneaky!`);
}