Skip to content

Commit aa132e3

Browse files
authored
fix: update link to Variables MDN documentation. (#50)
Update link to Variables MDN documentation. Fixes #49
1 parent 6cd8967 commit aa132e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/getting-started/how-much-javascript-do-you-need-to-know-to-use-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As a beginner, it's hard to get to a point where you are confident enough in you
1212
- [Expressions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators)
1313
- [Data Types](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures)
1414
- [Classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes)
15-
- [Variables](https://developer.mozilla.org/en-US/docs/JavaScript/First_steps/Variables#what_is_a_variable)
15+
- [Variables](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#declarations)
1616
- [Functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions)
1717
- [`this` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this)
1818
- [Arrow Functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)

0 commit comments

Comments
 (0)