Fundstücke Archiv: Unterschied zwischen den Versionen

Aus TippvomTibb
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ Calling .catch(onRejected) is syntactic sugar for .then(null, onRejected). [https://masteringjs.io/tutorials/fundamentals/then]“)
 
(kein Unterschied)

Aktuelle Version vom 3. April 2022, 09:40 Uhr

Calling .catch(onRejected) is syntactic sugar for .then(null, onRejected). [1]