From a98a7130d1c6676df064c349dac7da0aa3c876a9 Mon Sep 17 00:00:00 2001 From: Vaibhav Nirmal <70758433+vaibhavnirmal2001@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:59:10 +0530 Subject: [PATCH] Updated Expression vs Statement Updated Expression vs Statement by MDN docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 873b7c92..6ef2f280 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ All the translations for this repo will be listed below: ### Articles +- 📜 [Expression statement — MDN web docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/Expression_statement) - 📜 [All you need to know about Javascript's Expressions, Statements and Expression Statements — Promise Tochi](https://dev.to/promhize/javascript-in-depth-all-you-need-to-know-about-expressions-statements-and-expression-statements-5k2) - 📜 [Function Expressions vs Function Declarations — Paul Wilkins](https://www.sitepoint.com/function-expressions-vs-declarations/) - 📜 [JavaScript Function — Declaration vs Expression — Ravi Roshan](https://medium.com/@raviroshan.talk/javascript-function-declaration-vs-expression-f5873b8c7b38)