Skip to content

Commit

Permalink
Docs: Update README with part 3 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored Oct 9, 2020
1 parent cea8def commit 93df4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package was created as part of the, "Creating a JavaScript promise from scr

1. [Part 1: Constructor](https://humanwhocodes.com/blog/2020/09/creating-javascript-promise-from-scratch-constructor/)
2. [Part 2: Resolving to a promise](https://humanwhocodes.com/blog/2020/09/creating-javascript-promise-from-scratch-resolving-to-a-promise/)
3. Part 3: then(), catch(), and finally() (coming October 6, 2020)
3. [Part 3: then(), catch(), and finally()](https://humanwhocodes.com/blog/2020/10/creating-javascript-promise-from-scratch-then-catch-finally/)
4. Part 4: Promise.resolve() and Promise.reject (coming in October 2020)

Additionally, for every five new [GitHub sponsors](https://github.com/sponsors/nzakas) I receive (donating any amount), I'll release another blog post and associated code:
Expand Down

0 comments on commit 93df4a0

Please sign in to comment.