A program including: `byte lastElements[3][2] = {{99,99},{99,99},{99,99}};` throws the error: `SyntaxError: missing : after property id`
A program including:
byte lastElements[3][2] = {{99,99},{99,99},{99,99}};throws the error:SyntaxError: missing : after property id