Skip to content

Commit 96515b0

Browse files
committed
toc order
1 parent f785d0c commit 96515b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This is a brief introduction to using Promises in JavaScript, primarily aimed at
1010
- [promises](#promises)
1111
- [`new Promise()`](#new-promise)
1212
- [`.then(resolved, rejected)`](#thenresolved-rejected)
13+
- [`.catch(err)`](#catcherr)
1314
- [chaining](#chaining)
1415
- [resolving values](#resolving-values)
15-
- [`.catch(err)`](#catcherr)
1616
- [`Promise.all()`](#promiseall)
1717
- [passing the buck](#passing-the-buck)
1818
- [`throw` and implicit catch](#throw-and-implicit-catch)

0 commit comments

Comments
 (0)