From a0bd11f25ae93b78adbc6f47ac958fba9da39f2f Mon Sep 17 00:00:00 2001 From: NXGn Dev <100342148+Temi-Tade@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:21:00 +0100 Subject: [PATCH] Added new article under "Function Scope, Block Scope and Lexical Scope" I added a new article titled "Understanding 'this' in functions and objects. It is an explanation on the use cases of the 'this' keyword in JavaScript function and scopes. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e67635b5..3552ea54 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ Lexical Scope: Refers to how variable access is determined based on the physical - [When to use a function declaration vs. a function expression ― Amber Wilkie](https://medium.freecodecamp.org/when-to-use-a-function-declarations-vs-a-function-expression-70f15152a0a0) - [A JavaScript Fundamentals Cheat Sheet: Scope, Context, and “this” ― Alexandra Fren](https://dev.to/alexandrafren/a-javascript-fundamentals-cheat-sheet-scope-context-and-this-28ai) - [Functions / Function scope ― MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions#function_scope) +- [Understanding "this" in functions and objects ― Temiloluwa Akintade](https://github.com/Temi-Tade/Vanilla-js/blob/main/js-concepts/this%20keyword%20in%20objects.md) ### video Videos