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

Fix function name in Promises Intro exercise description + small typo #55

Closed cfleschhut closed 4 years ago

cfleschhut commented 4 years ago

Fixed function name in description of exercise 6:

- getUserBasket
// is the function we’re about to implement in this exercise

+ getBasketId
// is the name of the function we’ve previously implemented (in exercise 4)
// and want to reuse here