Skip to content

Instantly share code, notes, and snippets.

@bluepnume
Last active January 27, 2017 19:13
Show Gist options
  • Select an option

  • Save bluepnume/f330ac2ec12c0ef26e155c841d845d94 to your computer and use it in GitHub Desktop.

Select an option

Save bluepnume/f330ac2ec12c0ef26e155c841d845d94 to your computer and use it in GitHub Desktop.
function foo(x) {
var foo,
bar,
baz,
i,
j,
x,
y;
for (i = 0; i < x.length; i++) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment