Tynker for Schools Help Center
Results
No results found
More results
We use cookies to analyze website traffic and help improve our visitor experience. Privacy Policy
Home
Coding Resources
Tips & Tricks

List Blocks

What are lists?
A list is just a type of variable that holds a bunch of data instead of a single value. For example, you can have a list of numbers or words. Here's a...
How do I create a new list?
Go to the variables category. Scroll down until you see Create Lists . Click on Create List . and choose a name for your list. When you're done, you...
How do I add items to a list?
Use the add block to add items to a list. In a list, items are put in a certain position. The add block will add items to the end of the list. To ...
Editing a List
Suppose you already have your list and you want to change the contents. The remove block will remove the item at the specified index from your list....
Accessing a List: Shopping
You can access your list's properties like the items themselves and the length. Suppose you have an animation where Codey is going shopping with a sho...