Mark S. Miller (2016-01-07T01:13:33.000Z)
forbes at lindesay.co.uk (2016-01-08T15:52:34.652Z)
Yup. Consider ```js const foo = x(); ``` where `x` happens to have the original value of `Symbol`. Or ```js const foo = Symbol() ``` where `Symbol` is not bound to the original value of `Symbol`.