How can i find the shortest string in javascript array with different count of array elements?
I used
var min = Math.min(arr[0].length,arr[1].length,arr[2].length);
and i have result like shortest string between 3 elements of array. But I don't want to care about numbers of elements
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…