GH: @dirkdev98
Also an interesting thing in the spec is that `undefined` and a few others are properties on `global`. So only now can `undefined` actually be resolved.
Also an interesting thing in the spec is that `undefined` and a few others are properties on `global`. So only now can `undefined` actually be resolved.
So with all that prep work, implementing binary expressions (1 + "foo") was really straight-forward.
So with all that prep work, implementing binary expressions (1 + "foo") was really straight-forward.