home.social

#day36 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #day36, aggregated by home.social.

  1. 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

  2. #100DaysOfCode : #VanillaJS

    #Day36 : Promises and Async/Await Exercices from #30DaysOfJavascript

    Source Code : github.com/teotimepacreau/Prom

    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