Skip to content

Commit 15ba531

Browse files
committed
Readme Update With Necessary Links 📝 ✅
1 parent c981069 commit 15ba531

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This is my attempt at sharing JS knowledge with everyone, even those who might n
1010
[Namaste 🙏 JavaScript course](https://www.youtube.com/playlist?list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP) by [Akshay Saini](https://github.com/akshaymarch7)
1111

1212
### [More Learning Resources(React and Node)](#more-learning-resources)
13-
- React
14-
- NodeJs
13+
- [React](https://github.com/akshadjaiswal/React)
14+
- [NodeJs](https://github.com/akshadjaiswal/Namaste-Nodejs)
1515

1616
# Season 01:-
1717
# Episode 1 : Execution Context.
@@ -304,7 +304,7 @@ Interview Guide
304304
# Episode 04 : [Promise APIs + Interview Questions]()
305305
- Questions here soon 🔜
306306

307-
# Episdoe 05 - [this keyword in Javascript]()
307+
# Episdoe 05 - [this keyword in Javascript](https://github.com/akshadjaiswal/Namaste-JavaScript/blob/main/Lectures%20Codes/23%20this%20keyword%20in%20javascript.js)
308308
- JavaScript's "this" keyword can be confusing for many and behaves differently in various scenarios.
309309
- In JavaScript, this keyword refers to the current context or scope within which code is executing. Its value is determined by how a function is called, and it can dynamically change depending on the invocation context.
310310
- In the global space, the value of "this" is the global object, which can vary depending on the JavaScript runtime environment (e.g., window in browsers, Global in Node.js).

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<h1>Namaste 👏🏻 Javascript</h1>
1010
<button onclick="alert(this)">Click me</button>
1111
</body>
12-
<! –– Change javascript file according to lecture and run it ––>
12+
<!-- Change javascript file according to lecture and run it -->
1313
<script src="Lectures Codes/23 this keyword in javascript.js"></script>
1414
</html>

0 commit comments

Comments
 (0)