let a = 1; function b() { return a + 1; } assert.equal(b(), 2);