ES proposal: Nullish coalescing for JavaScript

1 · Axel Rauschmayer · Aug. 19, 2019, 2:19 p.m.
This blog post describes the ECMAScript feature proposal “Nullish coalescing for JavaScript” by Gabriel Isenberg. It proposes the ?? operator that replaces || when it comes to providing default values. [Read rest of post]...