Jak zautomatyzovat vývoj s GitHub Actions: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 August 2026

  • curprev 18:5418:54, 21 August 2026 LashondaQuinton talk contribs 3,396 bytes +3,396 Created page with "<br>Při práci s moderním JavaScriptem se nevyhnete asynchronním operacím. `async/await` je čitelnější alternativa k řetězení `Promise`. Chybou je zapomenout na `await` uvnitř `async` funkce – pak místo hodnoty dostanete `Promise` a logika se rozpadne. Vždy obalujte `await` do `try/catch` nebo používejte `.catch`, abyste ošetřili chyby. Také si dejte pozor na paralelní provádění – pokud nepotřebujete čekat na sebou závislé operace, použijt..."