var z = a || 'baz' || c ? 'foo' : 'bar'; What is z if a and c are undefined?
#javascript

Thu, 25 Jun 2015 17:33:40 UTC2