wayfair-archive / awesome-learning-exercises

Awesome Learning Exercises - the source code for the Awesome Learning platform.
https://wayfair.github.io/awesome-learning/
BSD 2-Clause "Simplified" License
15 stars 19 forks source link

Issues in Advanced Promises #41

Closed julytn closed 4 years ago

julytn commented 5 years ago
  1. For Advanced Promises quiz, question 1:

    • Expected: "Any error raised in the somethingComplicated() method will not get caught."
    • Current result: "nothing, it's perfectly fine"
  2. For 1-advanced-promises-solutions.js Exercise 2:

    • the .catch(); should be .catch(err => {return err});