#day36 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #day36, aggregated by home.social.
-
Today's #ChaotiCreations is a little different #day36 is a time lapse spiral animation experimentm I wanted to see how it'd turn out with a time lapse. Spirals #art #timelapse #animation #spinny #mastoart
-
#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