Arrays

Arrays are data structures that allow for users to store an indefinite amount of related information.

[
{
    "name": "Arrays Intro",
    "url": "/courses/csintro2/arrays/intro",
    "imageUrl": "https://pxt.azureedge.net/blob/f6c175c592d96f3acb998a0bcd444ab1ddd847b5/static/courses/csintro2/arrays/intro.gif"
}, {
    "name": "String Arrays",
    "url": "/courses/csintro2/arrays/string",
    "imageUrl": "https://pxt.azureedge.net/blob/6ebdac26703bbdbd56ba23ed0588e69908915afe/static/courses/csintro2/arrays/string.gif"
}, {
    "name": "Sprite Arrays",
    "url": "/courses/csintro2/arrays/sprites",
    "imageUrl": "https://pxt.azureedge.net/blob/598cc9082902b987962c0042afe8cdea3ec9ee56/static/courses/csintro2/arrays/sprites.gif"
}, {
    "name": "Tile Arrays",
    "url": "/courses/csintro2/arrays/tilemap",
    "imageUrl": "https://pxt.azureedge.net/blob/fd54d09fe882f2da8511d468697e469619220535/static/courses/csintro2/arrays/tilemap.gif"
}, {
    "name": "Arrays Project",
    "url": "/courses/csintro2/arrays/project",
    "imageUrl": "https://pxt.azureedge.net/blob/555d1fb46cb7c3da755d4ddf12ab8e9f4af7367f/static/courses/csintro2/arrays/project.gif"
}
]

Lessons

Flipgrid

The Flipgrid topic for the Arrays chapter: https://flipgrid.com/d8680aca

CS Intro 2 Home