Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
const onSend = (type) => { const docs = getDocs(type); const sortedDocs = sortDocs(docs); const options = getOptions(type, docs); if (sortedDocs) { send(sorted, options); } else { sendToServer(); } }