blob: 74ec701c085c7f65c3cceab16c38ecc4a0e9c731 [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