What's wrong with this code?

Nothing's wrong with the codeWe can't store booleans in arraysArrays need parentheses () not square brackets []The variable is missing the var keyword

Nothing's wrong with the code.