A simple container for data
What is a Variable
The component used to display text
What is a label
This block creates a new variable
What is Initialize App Variable
An assorted set of data, usually with some kind of order
What is a List
The component that is clicked and activates a chunk of code
What is a Button
This block controls what happens when a button is clicked, determining whether your app responds to user actions or not.
What is On Click
A way to store large amounts of data, typically uses rows and columns
What is a Database
Dave Meltzer would give this component "5 stars" if it was in the Tokyo Dome
What is a rating
This block allows us to repeat code for a set amount of times
What is a count block (for loop)