function checkWhichIcons(arr) { return arr && 0 < arr.length ? "Sizes specified" : "All icons"; } let array = [];