Skip to content

Instantly share code, notes, and snippets.

@memish
Created November 26, 2018 03:34
Show Gist options
  • Save memish/fc216e9ac97b880442a67d4c4997c993 to your computer and use it in GitHub Desktop.
Save memish/fc216e9ac97b880442a67d4c4997c993 to your computer and use it in GitHub Desktop.
var t =[];
t.push(new Turtle("blue"));
t.push(new Turtle("red"));
t.push(new Turtle("orange"));
t.push(new Turtle("yellow"));
t.push(new Turtle("green"));
t.push(new Turtle("purple"));
t.push(new Turtle("blue"));
t.push(new Turtle("red"));
t.push(new Turtle("orange"));
t.push(new Turtle("yellow"));
t.push(new Turtle("green"));
t.push(new Turtle("purple"));
//12 turtles 0 - 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment