learn-gdscript
learn-gdscript copied to clipboard
Lesson 17. Introduction to For Loops (small suggestion)
In this code segment:
(sorry for the image post, I can't copy text in the lesson)
It might be better to change the elements of the array to something like ["a", "b", "c"]. Calling an element by its index when the index matches the value of the element could be confusing for a first timer.
It's been a great tutorial so far. I wish I had this when I first started learning programming.
EDIT: Same thing in lesson 18