Skip to content

Commit 194b285

Browse files
authored
Update README.md
1 parent 89290c8 commit 194b285

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ Destructuring Variable / Assignment are including:
5050

5151
#### 10. To Give Default Value and Assignment to New Variable
5252

53-
* https://github.com/dwi-handoyo/Destructuring-in-Javascript/blob/main/Giving-Default-Value-And-Assign-New-Variable.js
53+
* https://github.com/dwi-handoyo/Destructuring-in-Javascript/blob/main/Giving-Default-Value-And-Assign-New-Variable.js
5454

5555
#### 11. Rest Parameter in Object
5656

57-
* https://github.com/dwi-handoyo/Destructuring-in-Javascript/blob/main/Rest-Parameter-in-Object.js
57+
* https://github.com/dwi-handoyo/Destructuring-in-Javascript/blob/main/Rest-Parameter-in-Object.js
5858

5959
#### 12. Extract Fields of Function in Object Destructuring
6060

61-
Object destructuring by using function. Retrieves a field in an object, after it is passed as a parameter to a function.
62-
Including .map method to destructure an object.
61+
Object destructuring by using function. Retrieves a field in an object, after it is passed as a parameter to a function.
62+
Including .map method to destructure an object.
6363

64-
* https://github.com/dwi-handoyo/Destructuring-in-Javascript/blob/main/Extract-Fields-of-Function-in-Object-Destructuring.js
64+
* https://github.com/dwi-handoyo/Destructuring-in-Javascript/blob/main/Extract-Fields-of-Function-in-Object-Destructuring.js
6565

6666
### B. DESTRUCTURING FUNCTION
6767

0 commit comments

Comments
 (0)