LGI think the OR & Equals (||=) after example is wrong. should be: let a = 1; a ||= 3 // Output: a = 3 Or I am wrong?Comment·Article·Apr 28, 2021·New JavaScript Features ECMAScript 2021 (with examples)