Negate the value of false and store it in the variable.
false
Make sure to assemble var allowCookies = !false;.
var allowCookies = !false;