Skip to content

Instantly share code, notes, and snippets.

View germfy's full-sized avatar
🎯
Focusing

German Dominguez germfy

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am germfy on github.
  • I am germfy2 (https://keybase.io/germfy2) on keybase.
  • I have a public key ASDYWIEL_w0ouiEXr_lJ2CE9vTx25w3DOn1MmUrF6xuCAwo

To claim this, I am signing this object:

console.log(hola)
@germfy
germfy / Promises.md
Last active April 17, 2018 04:42
Promises

Promises in an Javascript Asynchonous World

Learning goals

After this lesson you will be able to:

  • Understand the importance of Promises in JavaScript apps.
  • Understand the terminology, chaining and promise API's.
  • Understand how to catch error and broadcast them to suscribers.
  • Figure out some use cases to use Promises in apps.
  • Have a basic knowdlegde of the different implementations of Promises in JavaScript.