Created
January 27, 2017 01:13
-
-
Save bluepnume/98d9f314dd324fd7262d9320ae3f9ca0 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() { | |
| "use strict"; | |
| var a = 1; | |
| var b = 2; | |
| return [a, b]; | |
| } | |
| foo.js | |
| #1 Combine this with the previous 'var' statement. | |
| var b = 2; // Line 5, Pos 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment