From b19800aeffe9d051a4a344c2517ef2ef15e9e4ea Mon Sep 17 00:00:00 2001 From: Leonardo Maldonado Date: Fri, 19 Jun 2020 16:14:06 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08bb1e2c..62ebb0e7 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ All the translations for this repo will be listed below: * 📜 [Class vs Factory function: exploring the way forward — Cristi Salcescu](https://medium.freecodecamp.org/class-vs-factory-function-exploring-the-way-forward-73258b6a8d15) * 📜 [How ES6 classes really work and how to build your own — Robert Grosse](https://medium.com/@robertgrosse/how-es6-classes-really-work-and-how-to-build-your-own-fd6085eb326a) * 📜 [Understanding `super` in JavaScript](https://jordankasper.com/understanding-super-in-javascript) + * 📜 [An Easy Guide To Understanding Classes In JavaScript](https://dev.to/lawrence_eagles/an-easy-guide-to-understanding-classes-in-javascript-3bcm) ### Videos From 516bc6ecd5af23ea48adafbd6f956e0566c6dd44 Mon Sep 17 00:00:00 2001 From: Leonardo Maldonado Date: Sun, 21 Jun 2020 14:48:39 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62ebb0e7..9c0a9fde 100644 --- a/README.md +++ b/README.md @@ -870,6 +870,7 @@ All the translations for this repo will be listed below: * 📜 [Async/await: A slight design flaw. — Joey](https://dev.to/joeyhub/async-await-a-slight-design-flaw-2h2j) * 📜 [JavaScript: Promises or async-await — Gokul N K](https://medium.com/better-programming/should-i-use-promises-or-async-await-126ab5c98789) * 📜 [Async / Await: From Zero to Hero — Zhi Yuan](https://dev.to/zhiyuanamos/async-await-from-zero-to-hero-a22) + * 📜 [JavaScript Visualized: Promises & Async/Await — Lydia Hallie](https://dev.to/lydiahallie/javascript-visualized-promises-async-await-5gke) ### Videos