From d0356c8fd34b88805aed7e87e8113cdc78927f84 Mon Sep 17 00:00:00 2001 From: Rajvir Ahmed Shuvo <72084907+Rajvira10@users.noreply.github.com> Date: Thu, 20 Jul 2023 21:46:03 +0600 Subject: [PATCH 1/2] Fixed a Broken Link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - πŸ“œ [Var, Let, and Const – What's the Difference?](https://www.freecodecamp.org/news/var-let-and-const-whats-the-difference/) Added this link instead of - πŸ“œ [The battle between Function Scope and Block Scope β€” Marius Herring](http://www.deadcoderising.com/2017-04-11-es6-var-let-and-const-the-battle-between-function-scope-and-block-scope/) as this link does not exist anymore --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5208142..5d1cdbe5 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,8 @@ All the translations for this repo will be listed below: ### Articles - πŸ“œ [JavaScript Functionsβ€Šβ€”β€ŠUnderstanding The Basics β€” Brandon Morelli](https://codeburst.io/javascript-functions-understanding-the-basics-207dbf42ed99) -- πŸ“œ [The battle between Function Scope and Block Scope β€” Marius Herring](http://www.deadcoderising.com/2017-04-11-es6-var-let-and-const-the-battle-between-function-scope-and-block-scope/) + +- πŸ“œ [Var, Let, and Const – What's the Difference?](https://www.freecodecamp.org/news/var-let-and-const-whats-the-difference/) - πŸ“œ [Functions in JavaScript - Deepa Pandey](https://www.scaler.com/topics/javascript/javascript-functions/) - πŸ“œ [Emulating Block Scope in JavaScript β€” Josh Clanton](http://adripofjavascript.com/blog/drips/emulating-block-scope-in-javascript.html) - πŸ“œ [The Difference Between Function and Block Scope in JavaScript β€” Joseph Cardillo](https://medium.com/@josephcardillo/the-difference-between-function-and-block-scope-in-javascript-4296b2322abe) From 17505382630137fb9e1078b91e2d6e74abeaa7a4 Mon Sep 17 00:00:00 2001 From: Rajvir Ahmed Shuvo <72084907+Rajvira10@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:06:02 +0600 Subject: [PATCH 2/2] Removed Comment --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5d1cdbe5..9c147385 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,6 @@ All the translations for this repo will be listed below: ### Articles - πŸ“œ [JavaScript Functionsβ€Šβ€”β€ŠUnderstanding The Basics β€” Brandon Morelli](https://codeburst.io/javascript-functions-understanding-the-basics-207dbf42ed99) - - πŸ“œ [Var, Let, and Const – What's the Difference?](https://www.freecodecamp.org/news/var-let-and-const-whats-the-difference/) - πŸ“œ [Functions in JavaScript - Deepa Pandey](https://www.scaler.com/topics/javascript/javascript-functions/) - πŸ“œ [Emulating Block Scope in JavaScript β€” Josh Clanton](http://adripofjavascript.com/blog/drips/emulating-block-scope-in-javascript.html)