Introducing Lists to New Programmers in Scratch
When I first learned programming, I struggled to understand the concept of lists and arrays. (The exact definition of these terms varies depending on the language but I’ll be using them fairly interchangeably here.) It was not immediately clear to me why I would need a variable containing more than one piece of information when … Read more