✨Weekly coding trick! Did you know Array.prototype.flat() can flatten arrays of any deep? While by default it flattens arrays by a depth of 1, its true power comes when you pass the Infinity argument. This trick allows you to flatten arrays of unknown deep. #JavaScript
0
0
2
908
0
Download Image