Skip to content

Instantly share code, notes, and snippets.

@Muirrum
Created December 15, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Muirrum/6af7b2a78fb09b06cdc1 to your computer and use it in GitHub Desktop.
Save Muirrum/6af7b2a78fb09b06cdc1 to your computer and use it in GitHub Desktop.
Test Of JavaScript
for (var count = 0; count < 3; count++) {
drawSnowflake('line');turnRight(90);
drawSnowflake('parallelogram');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment