What's wrong with this code?
Nothing's wrong with the code
We can't store booleans in arrays
Arrays need parentheses
()
not square brackets
[]
The variable is missing the
var
keyword
Nothing's wrong with the code.