File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,18 +50,18 @@ Destructuring Variable / Assignment are including:
50
50
51
51
#### 10. To Give Default Value and Assignment to New Variable
52
52
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
54
54
55
55
#### 11. Rest Parameter in Object
56
56
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
58
58
59
59
#### 12. Extract Fields of Function in Object Destructuring
60
60
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.
63
63
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
65
65
66
66
### B. DESTRUCTURING FUNCTION
67
67
You can’t perform that action at this time.
0 commit comments