#Day36 : Promises and Async/Await Exercices from #30DaysOfJavascript
Source Code : https://github.com/teotimepacreau/Promises-and-AsyncAwait-Exercices-Day36-of-100DaysOfCode
Learned :
- Promises are based on `resolve and reject`, if it `resolves` the `.then` executes, if it `rejects` we `.catch` the error
- `Async/Await` : `async` make the function a promise, two blocks similar as `resolve` and `reject` : `try` and `catch`
#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #LearnJavascript #JS
GitHub - teotimepacreau/Promises-and-AsyncAwait-Exercices-Day36-of-100DaysOfCode: Promises and AsyncAwait Exercices from #30daysofjavascript
Promises and AsyncAwait Exercices from #30daysofjavascript - GitHub - teotimepacreau/Promises-and-AsyncAwait-Exercices-Day36-of-100DaysOfCode: Promises and AsyncAwait Exercices from #30daysofjavasc...