This year ECMAScript 2020 (ES2020) will be released! Since ECMAScript 2015 (ES6) was released in 2015, we have gotten yearly updates to the JavaScript language. In ES2020, we are getting a feature that has been available in other languages like C# and PHP: null coalescing operator.
Full article