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: worksheets/kotlin/1-krumble/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Firstly we're going to create a new function to generate and return us a list of
169
169
170
170

171
171
172
-
Next we can set up a val to point to the current index, which starts at 0. We can then increment it everytime we like or dislike our cookie, and show our new cookie.
172
+
Next we can set up a `var` to point to the current index, which starts at 0. We can then increment it everytime we like or dislike our cookie, and show our new cookie.
0 commit comments