Created
November 26, 2018 03:34
-
-
Save memish/fc216e9ac97b880442a67d4c4997c993 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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