Wednesday, 6 February, 2019 UTC


Summary

Among the features introduced to the language of JavaScript in ES2019 is `Array.prototype.flat`. In this lesson we'll see just how easy the `flat` method makes the process of unboxing arrays regardless of how deeply nested they may be.