learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Lesson 17. Introduction to For Loops (small suggestion)

Open ClayShoaf opened this issue 2 years ago • 0 comments

In this code segment:

image (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

ClayShoaf avatar Nov 18 '23 00:11 ClayShoaf