I know this is out of spec, but it would be very nice to add support for Elvis operator in playground. ``` js object?.property // object && object.property foo?() // foo && foo() ```
I know this is out of spec, but it would be very nice to add support for Elvis operator in playground.