From 92505d6ab21e7a7de31221fac5c9d8b07222ad86 Mon Sep 17 00:00:00 2001 From: Hridayesh Sharma Date: Mon, 23 Nov 2020 08:48:05 +0000 Subject: [PATCH 1/2] Added blog article for this keyword in javascript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7b1812..67f425b 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-vocĂȘ-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional. * [How JavaScript works](https://blog.sessionstack.com/tagged/tutorial) - A series of articles about the building blocks of JavaScript. * [Multi-threading using web-workers](https://www.loginradius.com/engineering/blog/adding-multi-threading-to-javascript-using-web-workers/) - Web Workers: Adding Multi-threading to JavaScript +* [this keyword in Javascript](https://www.loginradius.com/engineering/blog/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in Javascript ## Data Visualization *Data visualization tools for the web.* From 256bdf43e9d72958d1e1313cf01290a9a68a95a3 Mon Sep 17 00:00:00 2001 From: Hridayesh Sharma Date: Mon, 23 Nov 2020 15:43:17 +0530 Subject: [PATCH 2/2] updated Javascript to JavaScript. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f425b..960fffb 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-vocĂȘ-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional. * [How JavaScript works](https://blog.sessionstack.com/tagged/tutorial) - A series of articles about the building blocks of JavaScript. * [Multi-threading using web-workers](https://www.loginradius.com/engineering/blog/adding-multi-threading-to-javascript-using-web-workers/) - Web Workers: Adding Multi-threading to JavaScript -* [this keyword in Javascript](https://www.loginradius.com/engineering/blog/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in Javascript +* [this keyword in JavaScript](https://www.loginradius.com/engineering/blog/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in JavaScript ## Data Visualization *Data visualization tools for the web.*