Closed
Description
From http://www.ecma-international.org/ecma-262/10.0/index.html:
This specification, the 10th edition, introduces a few new built-in functions: flat and flatMap on Array.prototype for flattening arrays, Object.fromEntries for directly turning the return value of Object.entries into a new Object, ...