used-in-same-declaration.js 85 Bytes Raw Blame History Permalink 1 2 3 4 "use strict"; let x = x; // error let y = 1, z = y; // ok let a = b, b = 1; // error