Largest Multiple of Three
Given an array of non-negative integers, arrange them in such a way that they form the largest possible number, and the resulting number is a multiple of three. If it is not possible to arrange the numbers to form a multiple of three, return an empty string.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)