Skip to content

Commit 0f04fa5

Browse files
author
DouglasHdezT
committed
Fix: Asaber el que
1 parent db2fb8b commit 0f04fa5

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"editor.fontLigatures": false,
44
"editor.fontWeight": "500",
55
"workbench.colorTheme": "Community Material Theme",
6-
"window.zoomLevel": 2,
6+
"window.zoomLevel": 2
77
}

8-Rest&Spread/Example2.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@ const sortNumbersAndList = (...numbers) => {
1212

1313
sortNumbersAndList(1, 3, 5, 6, 7, 2, 4);
1414

15-
let array = {name: ""};
16-
17-
for(let i = 0; i<5; i++){
18-
array = {name: "", ...array}
19-
}
20-
21-
console.log(array);

0 commit comments

Comments
 (0)