FlashcardBeginner
Array type syntax
You declare arrays using the element type followed by square brackets.
Question
How do you write an array type using the `type[]` syntax?
Click to reveal answer
You declare arrays using the element type followed by square brackets.
How do you write an array type using the `type[]` syntax?