Shopify interview question

Sort a multi dimensional array by one of the sub-elements.

Interview Answer

Anonymous

11 Nov 2021

Was able to use the javascript sort function, but put in my own custom sort logic to address the proper child array elements.

3