An array of booleans in javascript [closed]

meysamsh

New Member
Not so new to javascript, but the following gives an error in javascript, where as my textbook says it should work. \[code\]Boolean imgDirection[] = new Boolean[60];\[/code\]What's the problem?
 
Back
Top