Skip to content

Commit e47be96

Browse files
elanandkumarsagirk
authored andcommitted
Update index.md (nodejs#228)
`Loops` is already mentioned and feels like having `loops and scope` duplicates it. <!-- Please read the [Code of Conduct](https://github.com/nodejs/nodejs.dev/blob/master/CODE_OF_CONDUCT.md) and the [Contributing Guidelines](https://github.com/nodejs/nodejs.dev/blob/master/CONTRIBUTING.md) before opening a pull request. --> ## Description <!-- Write a brief description of the changes introduced by this PR --> ## Related Issues <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes nodejs#1234, Addresses nodejs#1234, Related to nodejs#1234, etc. -->
1 parent d1208ff commit e47be96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/documentation/0004-node-javascript-language

src/documentation/0004-node-javascript-language/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How much JavaScript do you need to know to use Node.js?
33
description: 'If you are just starting out with JavaScript, how deeply do you need to know the language?'
4-
authors: flaviocopes, ollelauribostrom, MylesBorins, fhemberger, LaRuaNa, ahmadawais
4+
authors: flaviocopes, ollelauribostrom, MylesBorins, fhemberger, LaRuaNa, ahmadawais, elanandkumar
55
section: Quick Start
66
---
77

@@ -19,7 +19,7 @@ I would recommend you to have a good grasp of the main JavaScript concepts befor
1919
- this
2020
- Arrow Functions
2121
- Loops
22-
- Loops and Scope
22+
- Scopes
2323
- Arrays
2424
- Template Literals
2525
- Semicolons

0 commit comments

Comments
 (0)