You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update data-types.md with correction of example code
The example for handling out of bounds errors in array indexing used >= instead of <= incorrectly in the second example of using || operator. Using >= would result in the error still occurring for array lengths of 0-2.
0 commit comments