DRAFT
ArrayAccessWithParentheses
Misconception:
Parentheses are used to access the element of an array, such as arr(3)
.
Incorrect
Parenthesis are used to access an element in an array
Correct
Square brackets are used to access an element in an array