for (++j; j < len; ++j) {
            const item = list[j];

            if (item !== null) {
                const candidate = item.value;