Skip to content

Instantly share code, notes, and snippets.

@bluepnume
Created January 27, 2017 01:13
Show Gist options
  • Select an option

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

Select an option

Save bluepnume/98d9f314dd324fd7262d9320ae3f9ca0 to your computer and use it in GitHub Desktop.
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