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
Copy file name to clipboardExpand all lines: resources/codex/md/step7.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ When you have similar things being done to a number of different objects your co
11
11
12
12
One good way to avoid this is to use arrays. An array is a variable that has multiple values. Like a pigeon-hole letterbox system, where the boxes are all the same but have different contents.
13
13
14
-
In most programming languages, arrays use brackets to indicate what's going on. So, to access the third element of the variable ~code:data~ you would see
14
+
In most programming languages, arrays use brackets to indicate what's going on. So, to access the third element of the array variable ~code:data~ you would see
0 commit comments