qw = getSpisocHesh11_20(chatId);
console.log(qw);
for(var ere=0;ere<qw.length;ere++) {
console.log(qw[ere] + " в for");
getSpisocRating2(msg, qw[ere], function (spisocHESh) {
ll++;
console.log("Начало");
console.log(qw[ere]);
console.log(sendSP);
if (spisocHESh == true) {
console.log('Добавилось1 ' + qw[ere]);
sendSP.push(qw[ere]);
}
if (ll == qw.length) {
console.log(sendSP);
setSpisocHesh11_20(chatId, sendSP);
sendMessage(msg, sendSP.join('\n'));
}
})
}
В цикл должен по очереди вызывать вызывать функцию, а он сразу их кидает на выполнение