From 0e7b2bea355a88b1d563c799d22eb94044744e45 Mon Sep 17 00:00:00 2001 From: Subhadeep Banerjee <116381157+subhadeepbanerjee2003@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:39:13 +0530 Subject: [PATCH 1/2] Added new tutorial for writting clean code in javascript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae4433ee..fadf937a 100644 --- a/README.md +++ b/README.md @@ -1162,5 +1162,6 @@ All the translations for this repo will be listed below: - 🎥 [JavaScript Pro Tips - Code This, NOT That](https://www.youtube.com/watch?v=Mus_vwhTCq0) - 🎥 [Clean Code playlist - Beau teaches](https://www.youtube.com/watch?v=b9c5GmmS7ks&list=PLWKjhJtqVAbkK24EaPurzMq0-kw5U9pJh&index=1) +- 🎥 [JavaScript Best Practices and Coding Conventions - Write Clean Code](https://youtu.be/RMN_bkZ1KM0?si=Ssg3cNZ_DB7CIwKQ) **[⬆ Back to Top](#table-of-contents)** From f8d35a8a8e2d4ab18e02051eceb52ad3f8404541 Mon Sep 17 00:00:00 2001 From: Subhadeep Banerjee <116381157+subhadeepbanerjee2003@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:00:32 +0530 Subject: [PATCH 2/2] added new video tutorial for clean code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 005adc2d..0bc6a2e6 100644 --- a/README.md +++ b/README.md @@ -1226,5 +1226,6 @@ All the translations for this repo will be listed below: - 🎥 [JavaScript Pro Tips - Code This, NOT That](https://www.youtube.com/watch?v=Mus_vwhTCq0) - 🎥 [Clean Code playlist - Beau teaches](https://www.youtube.com/watch?v=b9c5GmmS7ks&list=PLWKjhJtqVAbkK24EaPurzMq0-kw5U9pJh&index=1) - 🎥 [JavaScript Best Practices and Coding Conventions - Write Clean Code](https://youtu.be/RMN_bkZ1KM0?si=Ssg3cNZ_DB7CIwKQ) +- 🎥 [JavaScript Clean Code](https://youtu.be/vPXzVNmCPg4?si=QR1k4E6Zx5H4mfcs) **[⬆ Back to Top](#table-of-contents)**