Nick LaRosa

Results 2 issues of Nick LaRosa

The current version as it stands does not pass all tests: ``` Checking global_declaration.js ... FAIL: Mismatched declaration Expected: {"type":"Identifier","name":"answer","range":[4,10]} Actual: {"type":"Identifier","name":"answer","range":[36,42]} FAIL: Mismatched renaming Expected: ["var $; // declaration:answer","","$...

...to fix test cases for global declarations. Added check for function declaration to examine upper scope for identifiers. Cleaned up some unused variables. Fixed to pass global declaration test case....