www.2ality.com
Why does this work? [].concat[1,2,3]
75
Question What do you need to do to get the following result? And why does it work? > [].concat[1,2,3] [ 1, 2, 3 ] Read full article