https://docs.vultr.com/javascr....ipt/standard-library



In JavaScript, the flatMap() method is a combination of the map() and flat() methods. It first applies a mapping function to each element in an array and then flattens the result by one level.
Syntax:
javascript
Copy
array.flatMap(callback(currentValue, index, array), thisArg);
callback: A function that is called for each element in the array.
currentValue: The current

JavaScript Array flat() - Flatten Nested Arrays | Vultr Docs
Favicon 
docs.vultr.com

JavaScript Array flat() - Flatten Nested Arrays | Vultr Docs