Level 11 Intro

Creating variables to remember values is great. But what happens when you want to store lots of data and don’t want to have to create variables for each individual value? This is where lists and arrays can help you out. This level will introduce you to the former; lists. Lists will store numerical and text values under one id and also have a set of pre-made scripts that allow you to perform simple tasks on the values inside.