const flagA = true; const flagB = false; const flagC = maybe; console.log(flagC); Logs: true
const flagA = true; const flagB = false; const flagC = maybe; console.log(flagC);
true
Just download maybe.js and include it into your website.