Skip to content

Instantly share code, notes, and snippets.

@martypdx
Created February 17, 2014 16:33
Show Gist options
  • Save martypdx/9053968 to your computer and use it in GitHub Desktop.
Save martypdx/9053968 to your computer and use it in GitHub Desktop.
Test Gist
var a = 123
b = 'xyz'
for(var i=0;i<a;i++){
b+=b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment