Skip to content

Commit de909f4

Browse files
committed
create starter and finished files for video 48
1 parent dce3957 commit de909f4

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

exercises/46 - Arrays/array-methods-FINISHED.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@
200200
});
201201
console.table(Object.fromEntries(productsSortedByPrice));
202202

203-
204-
/*
205-
Looping Methods (next)
206-
*/
207-
208203
</script>
209204
</body>
210205

exercises/46 - Arrays/array-methods.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@
129129
// Sort the prices with sort()
130130

131131

132-
/*
133-
Looping Methods (next)
134-
*/
135-
136132
</script>
137133
</body>
138134

0 commit comments

Comments
 (0)