Largest int from concatenated ints

FCC link

Given a set of positive integers, write a function to order the integers in such a way that the concatenation of the numbers forms the largest possible integer and return this integer.

Test

{{test}}

Console output