Can't decide? You don't have to!

Github

const flagA = true;
const flagB = false;
const flagC = maybe;

console.log(flagC);

Logs:
true

Just download maybe.js and include it into your website.