blob: ecd887370f0b35b2cce776b8173b53a0dc0f8c53 [file] [log] [blame]
typeof zs: symbol
typeof symObj: object
xs == ys: true
xs == zs: false
obj[x]: 1
obj.Hello: 1
obj[xs]: 2
obj[ys]: 2
obj[zs]: 3
obj[symObj]: 3
Reached end of Execution -- Exiting.