Skip to content

Commit d026d1a

Browse files
anshulyadav01ronreiter
authored andcommitted
✌️Fixed Grammatical issues in the Documentation.
🌱Fixed a few grammatical issues in the Destructing module - First two paragraphs. Changed some text for better and easy understanding.
1 parent 5a0c933 commit d026d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/learn-js.org/en/Destructuring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Tutorial
22
--------
33

4-
Destructuring is a feature of ES6, introduced for making easier and cleaner some repetitive operations and assignments made in JS.
4+
Destructuring is a feature of ES6, introduced for making easier and cleaner repetitive operations and assignments made in JS.
55

6-
With destructuring we can data from a deeper lever inside an array / object with a more concise syntax, even giving to this 'extracted' data other name in the same operation.
6+
With destructuring we can extract data from a deeper level inside an array / object with a more concise syntax, even giving this 'extracted' data some other name in the same operation.
77

88
In JavaScript we can achieve this in a very simply way:
99

0 commit comments

Comments
 (0)