Gallery

Discover apps people built on Collabby by chatting. Run them, then remix to make them yours.

Asynchronous Code

Set timer delays and see why code doesn't run in the order you wrote it, and why loops need a stop condition.

by Anonymous

Objects

Change an object's properties by calling their labels, comparing access by name and by index and digging into boxes nested inside boxes.

by Anonymous

Drawing Shapes with Loops

Set the repeat count and turn angle to make the turtle draw polygons, and discover that the turns always add up to 360 degrees.

by Anonymous

Arrays

Push and pop values to see how indexes shift and why counting starts at 0.

by Anonymous