Last active
January 27, 2017 19:13
-
-
Save bluepnume/f330ac2ec12c0ef26e155c841d845d94 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
| 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