diff --git a/Week1/homework/app.js b/Week1/homework/app.js index a9b5f75d8..fb824905d 100644 --- a/Week1/homework/app.js +++ b/Week1/homework/app.js @@ -1,5 +1,5 @@ -'use strict'; +'use strict'; { const bookTitles = [ // Replace with your own book titles diff --git a/Week1/homework/style.css b/Week1/homework/style.css index bab13ec23..8f0f0b96a 100644 --- a/Week1/homework/style.css +++ b/Week1/homework/style.css @@ -1 +1,2 @@ -/* add your styling here */ \ No newline at end of file + +/* add your styling here */ diff --git a/Week3/homework/step2-1.js b/Week3/homework/step2-1.js index d5699882c..4434af7c1 100644 --- a/Week3/homework/step2-1.js +++ b/Week3/homework/step2-1.js @@ -14,3 +14,5 @@ foo(bar); // Do not change or remove anything below this line module.exports = foo; + + diff --git a/Week3/homework/step2-2.js b/Week3/homework/step2-2.js index dcd135040..4f6d8ceb7 100644 --- a/Week3/homework/step2-2.js +++ b/Week3/homework/step2-2.js @@ -1,3 +1,4 @@ + 'use strict'; function threeFive(startIndex, stopIndex, threeCallback, fiveCallback) { diff --git a/Week3/homework/step2-6.js b/Week3/homework/step2-6.js index ffe95b9f7..8b5e3b881 100644 --- a/Week3/homework/step2-6.js +++ b/Week3/homework/step2-6.js @@ -21,3 +21,4 @@ module.exports = { flattenArray2d, flattenArray3d, }; +