Write a function that sorts list of strings according to string length and then lexicographically? function solve( a ){ //write your code here } Login to Submit