language-ecmascript-0.15: test/parse-pretty/prefix-chain.js
var w = typeof typeof 34; var x = ! -- x; // derived from jQuery var y = ! !x; // derived from Prototype var z = !! -- x;
var w = typeof typeof 34; var x = ! -- x; // derived from jQuery var y = ! !x; // derived from Prototype var z = !! -- x;