When I declare 'var a = b', it only logs 'a', which is fair. But then assigning 'a = b' logs both a and b. Perhaps counterintuitive.