Skip to content

Commit 58db500

Browse files
author
Sandeep Mishra
authored
Added a new resource (#64)
Hey, I have added a new resource on JavaScript variables. I came upon this article while looking for resources to learn JS. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners.
1 parent 073378d commit 58db500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01 Javascript Advance/Day2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,7 @@ function nameFunction() {
185185
In JS, lifetime of variable starts when it is declared and local variables are deleted when the function is completed.
186186
In a web browser, global variables are deleted when you close the browser window.
187187

188+
Learn more about JavaScript variables [here](https://www.scaler.com/topics/javascript/javascript-variables/).
189+
188190
for more info about this topic view [link1](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)
189191
and [link2](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set)

0 commit comments

Comments
 (0)