From ab072e7fb33ce3b12b1fc0f61b3a7fa702f0e454 Mon Sep 17 00:00:00 2001 From: miriamjorna Date: Fri, 20 Feb 2026 20:21:24 +0000 Subject: [PATCH 1/2] Homework for Module 2 Stage 1 --- Sprint-1/1-key-exercises/1-count.js | 6 ---- Sprint-1/2-mandatory-errors/0.js | 2 -- Sprint-1/2-mandatory-errors/1.js | 4 --- Sprint-1/2-mandatory-errors/2.js | 5 ---- Sprint-1/2-mandatory-errors/4.js | 2 -- Sprint1/1-key-exercises/1-count.js | 8 ++++++ .../1-key-exercises/2-initials.js | 10 ++++++- .../1-key-exercises/3-paths.js | 7 +++-- .../1-key-exercises/4-random.js | 8 ++++++ Sprint1/2-mandatory-errors/0.js | 8 ++++++ Sprint1/2-mandatory-errors/1.js | 9 ++++++ Sprint1/2-mandatory-errors/2.js | 11 ++++++++ {Sprint-1 => Sprint1}/2-mandatory-errors/3.js | 11 ++++++++ Sprint1/2-mandatory-errors/4.js | 7 +++++ .../1-percentage-change.js | 25 +++++++++++++++++ .../3-mandatory-interpret/2-time-format.js | 28 +++++++++++++++++++ .../3-mandatory-interpret/3-to-pounds.js | 14 ++++++++++ .../4-stretch-explore/chrome.md | 0 .../4-stretch-explore/objects.md | 0 {Sprint-1 => Sprint1}/readme.md | 0 {Sprint-2 => Sprint2}/1-key-errors/0.js | 0 {Sprint-2 => Sprint2}/1-key-errors/1.js | 0 {Sprint-2 => Sprint2}/1-key-errors/2.js | 0 {Sprint-2 => Sprint2}/2-mandatory-debug/0.js | 0 {Sprint-2 => Sprint2}/2-mandatory-debug/1.js | 0 {Sprint-2 => Sprint2}/2-mandatory-debug/2.js | 0 .../3-mandatory-implement/1-bmi.js | 0 .../3-mandatory-implement/2-cases.js | 0 .../3-mandatory-implement/3-to-pounds.js | 0 .../4-mandatory-interpret/time-format.js | 0 .../5-stretch-extend/format-time.js | 0 {Sprint-2 => Sprint2}/readme.md | 0 .../1-implement-and-rewrite-tests/README.md | 0 .../implement/1-get-angle-type.js | 0 .../implement/2-is-proper-fraction.js | 0 .../implement/3-get-card-value.js | 0 .../1-get-angle-type.test.js | 0 .../2-is-proper-fraction.test.js | 0 .../3-get-card-value.test.js | 0 .../testing-guide.md | 0 .../2-practice-tdd/README.md | 0 {Sprint-3 => Sprint3}/2-practice-tdd/count.js | 0 .../2-practice-tdd/count.test.js | 0 .../2-practice-tdd/get-ordinal-number.js | 0 .../2-practice-tdd/get-ordinal-number.test.js | 0 .../2-practice-tdd/repeat-str.js | 0 .../2-practice-tdd/repeat-str.test.js | 0 {Sprint-3 => Sprint3}/3-dead-code/README.md | 0 .../3-dead-code/exercise-1.js | 0 .../3-dead-code/exercise-2.js | 0 {Sprint-3 => Sprint3}/4-stretch/README.md | 0 .../4-stretch/card-validator.md | 0 {Sprint-3 => Sprint3}/4-stretch/find.js | 0 .../4-stretch/password-validator.js | 0 .../4-stretch/password-validator.test.js | 0 {Sprint-3 => Sprint3}/readme.md | 0 56 files changed, 143 insertions(+), 22 deletions(-) delete mode 100644 Sprint-1/1-key-exercises/1-count.js delete mode 100644 Sprint-1/2-mandatory-errors/0.js delete mode 100644 Sprint-1/2-mandatory-errors/1.js delete mode 100644 Sprint-1/2-mandatory-errors/2.js delete mode 100644 Sprint-1/2-mandatory-errors/4.js create mode 100644 Sprint1/1-key-exercises/1-count.js rename {Sprint-1 => Sprint1}/1-key-exercises/2-initials.js (67%) rename {Sprint-1 => Sprint1}/1-key-exercises/3-paths.js (82%) rename {Sprint-1 => Sprint1}/1-key-exercises/4-random.js (53%) create mode 100644 Sprint1/2-mandatory-errors/0.js create mode 100644 Sprint1/2-mandatory-errors/1.js create mode 100644 Sprint1/2-mandatory-errors/2.js rename {Sprint-1 => Sprint1}/2-mandatory-errors/3.js (59%) create mode 100644 Sprint1/2-mandatory-errors/4.js rename {Sprint-1 => Sprint1}/3-mandatory-interpret/1-percentage-change.js (52%) rename {Sprint-1 => Sprint1}/3-mandatory-interpret/2-time-format.js (51%) rename {Sprint-1 => Sprint1}/3-mandatory-interpret/3-to-pounds.js (55%) rename {Sprint-1 => Sprint1}/4-stretch-explore/chrome.md (100%) rename {Sprint-1 => Sprint1}/4-stretch-explore/objects.md (100%) rename {Sprint-1 => Sprint1}/readme.md (100%) rename {Sprint-2 => Sprint2}/1-key-errors/0.js (100%) rename {Sprint-2 => Sprint2}/1-key-errors/1.js (100%) rename {Sprint-2 => Sprint2}/1-key-errors/2.js (100%) rename {Sprint-2 => Sprint2}/2-mandatory-debug/0.js (100%) rename {Sprint-2 => Sprint2}/2-mandatory-debug/1.js (100%) rename {Sprint-2 => Sprint2}/2-mandatory-debug/2.js (100%) rename {Sprint-2 => Sprint2}/3-mandatory-implement/1-bmi.js (100%) rename {Sprint-2 => Sprint2}/3-mandatory-implement/2-cases.js (100%) rename {Sprint-2 => Sprint2}/3-mandatory-implement/3-to-pounds.js (100%) rename {Sprint-2 => Sprint2}/4-mandatory-interpret/time-format.js (100%) rename {Sprint-2 => Sprint2}/5-stretch-extend/format-time.js (100%) rename {Sprint-2 => Sprint2}/readme.md (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/README.md (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/implement/1-get-angle-type.js (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/implement/3-get-card-value.js (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js (100%) rename {Sprint-3 => Sprint3}/1-implement-and-rewrite-tests/testing-guide.md (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/README.md (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/count.js (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/count.test.js (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/get-ordinal-number.js (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/get-ordinal-number.test.js (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/repeat-str.js (100%) rename {Sprint-3 => Sprint3}/2-practice-tdd/repeat-str.test.js (100%) rename {Sprint-3 => Sprint3}/3-dead-code/README.md (100%) rename {Sprint-3 => Sprint3}/3-dead-code/exercise-1.js (100%) rename {Sprint-3 => Sprint3}/3-dead-code/exercise-2.js (100%) rename {Sprint-3 => Sprint3}/4-stretch/README.md (100%) rename {Sprint-3 => Sprint3}/4-stretch/card-validator.md (100%) rename {Sprint-3 => Sprint3}/4-stretch/find.js (100%) rename {Sprint-3 => Sprint3}/4-stretch/password-validator.js (100%) rename {Sprint-3 => Sprint3}/4-stretch/password-validator.test.js (100%) rename {Sprint-3 => Sprint3}/readme.md (100%) diff --git a/Sprint-1/1-key-exercises/1-count.js b/Sprint-1/1-key-exercises/1-count.js deleted file mode 100644 index 117bcb2b6..000000000 --- a/Sprint-1/1-key-exercises/1-count.js +++ /dev/null @@ -1,6 +0,0 @@ -let count = 0; - -count = count + 1; - -// Line 1 is a variable declaration, creating the count variable with an initial value of 0 -// Describe what line 3 is doing, in particular focus on what = is doing diff --git a/Sprint-1/2-mandatory-errors/0.js b/Sprint-1/2-mandatory-errors/0.js deleted file mode 100644 index cf6c5039f..000000000 --- a/Sprint-1/2-mandatory-errors/0.js +++ /dev/null @@ -1,2 +0,0 @@ -This is just an instruction for the first activity - but it is just for human consumption -We don't want the computer to run these 2 lines - how can we solve this problem? \ No newline at end of file diff --git a/Sprint-1/2-mandatory-errors/1.js b/Sprint-1/2-mandatory-errors/1.js deleted file mode 100644 index 7a43cbea7..000000000 --- a/Sprint-1/2-mandatory-errors/1.js +++ /dev/null @@ -1,4 +0,0 @@ -// trying to create an age variable and then reassign the value by 1 - -const age = 33; -age = age + 1; diff --git a/Sprint-1/2-mandatory-errors/2.js b/Sprint-1/2-mandatory-errors/2.js deleted file mode 100644 index e09b89831..000000000 --- a/Sprint-1/2-mandatory-errors/2.js +++ /dev/null @@ -1,5 +0,0 @@ -// Currently trying to print the string "I was born in Bolton" but it isn't working... -// what's the error ? - -console.log(`I was born in ${cityOfBirth}`); -const cityOfBirth = "Bolton"; diff --git a/Sprint-1/2-mandatory-errors/4.js b/Sprint-1/2-mandatory-errors/4.js deleted file mode 100644 index 21dad8c5d..000000000 --- a/Sprint-1/2-mandatory-errors/4.js +++ /dev/null @@ -1,2 +0,0 @@ -const 12HourClockTime = "20:53"; -const 24hourClockTime = "08:53"; \ No newline at end of file diff --git a/Sprint1/1-key-exercises/1-count.js b/Sprint1/1-key-exercises/1-count.js new file mode 100644 index 000000000..d66978268 --- /dev/null +++ b/Sprint1/1-key-exercises/1-count.js @@ -0,0 +1,8 @@ +let count = 0; + +count = count + 1; + +// Line 1 is a variable declaration, creating the count variable with an initial value of 0 +// Describe what line 3 is doing, in particular focus on what = is doing + +// Line 3 is updating the value of the count variable. The = operator is an assignment operator, which assigns the value on the right (count + 1) to the variable on the left (count). In this case, it takes the current value of count (which is 0), adds 1 to it, and then assigns the result (1) back to count. So after this line executes, count will have a new value of 1. diff --git a/Sprint-1/1-key-exercises/2-initials.js b/Sprint1/1-key-exercises/2-initials.js similarity index 67% rename from Sprint-1/1-key-exercises/2-initials.js rename to Sprint1/1-key-exercises/2-initials.js index 47561f617..c72530046 100644 --- a/Sprint-1/1-key-exercises/2-initials.js +++ b/Sprint1/1-key-exercises/2-initials.js @@ -5,7 +5,15 @@ let lastName = "Johnson"; // Declare a variable called initials that stores the first character of each string. // This should produce the string "CKJ", but you must not write the characters C, K, or J in the code of your solution. -let initials = ``; +let letter1 = firstName.charAt(0); +let letter2 = middleName.charAt(0); +let letter3 = lastName.charAt(0); + +let initials = letter1 + letter2 + letter3; +console.log(initials); + + // https://www.google.com/search?q=get+first+character+of+string+mdn + diff --git a/Sprint-1/1-key-exercises/3-paths.js b/Sprint1/1-key-exercises/3-paths.js similarity index 82% rename from Sprint-1/1-key-exercises/3-paths.js rename to Sprint1/1-key-exercises/3-paths.js index ab90ebb28..0b5585d8d 100644 --- a/Sprint-1/1-key-exercises/3-paths.js +++ b/Sprint1/1-key-exercises/3-paths.js @@ -17,7 +17,10 @@ console.log(`The base part of ${filePath} is ${base}`); // Create a variable to store the dir part of the filePath variable // Create a variable to store the ext part of the variable -const dir = ; -const ext = ; +const dir = filePath.slice(0, lastSlashIndex); +console.log(`The dir part of ${filePath} is ${dir}`); + +const ext = filePath.slice(lastSlashIndex + 1).split('.').pop(); +console.log(`The ext part of ${filePath} is ${ext}`); // https://www.google.com/search?q=slice+mdn \ No newline at end of file diff --git a/Sprint-1/1-key-exercises/4-random.js b/Sprint1/1-key-exercises/4-random.js similarity index 53% rename from Sprint-1/1-key-exercises/4-random.js rename to Sprint1/1-key-exercises/4-random.js index 292f83aab..b26c3a48d 100644 --- a/Sprint-1/1-key-exercises/4-random.js +++ b/Sprint1/1-key-exercises/4-random.js @@ -7,3 +7,11 @@ const num = Math.floor(Math.random() * (maximum - minimum + 1)) + minimum; // Try breaking down the expression and using documentation to explain what it means // It will help to think about the order in which expressions are evaluated // Try logging the value of num and running the program several times to build an idea of what the program is doing + + +//We start with 2 constant (unchangeable) values +//We use them to generate a random number between 1 and 100 with Math.random() +//The random number will always be an integer because Math.floor() is used to round +//down the result. +//At the end the value "minimum" is added to guarantee that the generated "num" is at least 1 +//"num" is a random number generator with results between 1 and 100. diff --git a/Sprint1/2-mandatory-errors/0.js b/Sprint1/2-mandatory-errors/0.js new file mode 100644 index 000000000..6ccf50467 --- /dev/null +++ b/Sprint1/2-mandatory-errors/0.js @@ -0,0 +1,8 @@ +//This is just an instruction for the first activity - but it is just for human consumption +//We don't want the computer to run these 2 lines - how can we solve this problem? + + +//Starting a line with two forward slashes creates a comment. +//This makes the computer ignore the rest of that line; it will not attempt to execute it. +//It is advisable to use this feature lots because explaining the intention of the code +//is helpful when cooperating with other people (and for your future self) diff --git a/Sprint1/2-mandatory-errors/1.js b/Sprint1/2-mandatory-errors/1.js new file mode 100644 index 000000000..8c9d81653 --- /dev/null +++ b/Sprint1/2-mandatory-errors/1.js @@ -0,0 +1,9 @@ +// trying to create an age variable and then reassign the value by 1 + +const age = 33; +age = age + 1; + +// The reassignment will not work because the variable is a "const" = a constant, +// which means it cannot be changed. +// If a value will need to be changed later it must be declared with "let" +// instead of "const". diff --git a/Sprint1/2-mandatory-errors/2.js b/Sprint1/2-mandatory-errors/2.js new file mode 100644 index 000000000..b71ebfec5 --- /dev/null +++ b/Sprint1/2-mandatory-errors/2.js @@ -0,0 +1,11 @@ +// Currently trying to print the string "I was born in Bolton" but it isn't working... +// what's the error ? + +console.log(`I was born in ${cityOfBirth}`); +const cityOfBirth = "Bolton"; + + +// These two lines are in the wrong order. +// The request is to print information that has not yet been received. +// In order for this to work both the declaration of the variable and its value +// need to be declared before the console.log line diff --git a/Sprint-1/2-mandatory-errors/3.js b/Sprint1/2-mandatory-errors/3.js similarity index 59% rename from Sprint-1/2-mandatory-errors/3.js rename to Sprint1/2-mandatory-errors/3.js index ec101884d..d8ca0c2af 100644 --- a/Sprint-1/2-mandatory-errors/3.js +++ b/Sprint1/2-mandatory-errors/3.js @@ -7,3 +7,14 @@ const last4Digits = cardNumber.slice(-4); // Then run the code and see what error it gives. // Consider: Why does it give this error? Is this what I predicted? If not, what's different? // Then try updating the expression last4Digits is assigned to, in order to get the correct value + + +// The card number is not declared as a fixed unit = a string, it is just a set of numbers. +// Also, the slice method is only suitable for strings. + +// First the card number needs to become a string, Then it can be sliced. + +const last4Digits = String(cardNumber).slice(-4); +console.log(`The last 4 digits of the card number are ${last4Digits}`); + + diff --git a/Sprint1/2-mandatory-errors/4.js b/Sprint1/2-mandatory-errors/4.js new file mode 100644 index 000000000..fe5ae39a6 --- /dev/null +++ b/Sprint1/2-mandatory-errors/4.js @@ -0,0 +1,7 @@ +const 12HourClockTime = "20:53"; +const 24hourClockTime = "08:53"; + +// A variable name cannot start with a number. It should rather be e.g. twelveHourClockTime. +// There's a mistake in the assignment of the clock times: the 12h clock has a 24h time +// I'm not sure how well it works for these times to be declared as unchangeable "const"? +// Not wrong wrong but bad practice is that the second variable has a lowercase h for Hour diff --git a/Sprint-1/3-mandatory-interpret/1-percentage-change.js b/Sprint1/3-mandatory-interpret/1-percentage-change.js similarity index 52% rename from Sprint-1/3-mandatory-interpret/1-percentage-change.js rename to Sprint1/3-mandatory-interpret/1-percentage-change.js index e24ecb8e1..6d6c48f00 100644 --- a/Sprint-1/3-mandatory-interpret/1-percentage-change.js +++ b/Sprint1/3-mandatory-interpret/1-percentage-change.js @@ -13,10 +13,35 @@ console.log(`The percentage change is ${percentageChange}`); // a) How many function calls are there in this file? Write down all the lines where a function call is made +//There are 4 function calls in this file: + +carPrice = Number(carPrice.replaceAll(",", "")); +priceAfterOneYear = Number(priceAfterOneYear.replaceAll("," "")); + +const priceDifference = carPrice - priceAfterOneYear; +const percentageChange = (priceDifference / carPrice) * 100; + + // b) Run the code and identify the line where the error is coming from - why is this error occurring? How can you fix this problem? +// There is a comma missing in: replaceAll("," "")); +// It should be: replaceAll(",", "")); + + // c) Identify all the lines that are variable reassignment statements +carPrice = Number(carPrice.replaceAll(",", "")); +priceAfterOneYear = Number(priceAfterOneYear.replaceAll("," "")); + + // d) Identify all the lines that are variable declarations +const priceDifference = carPrice - priceAfterOneYear; +const percentageChange = (priceDifference / carPrice) * 100; + + // e) Describe what the expression Number(carPrice.replaceAll(",","")) is doing - what is the purpose of this expression? + +// The purpose is to remove the comma from all amounts, so that they have the correct format to be seen as numbers +// instead of as strings. Then Number is used to do this conversion from string to number. + diff --git a/Sprint-1/3-mandatory-interpret/2-time-format.js b/Sprint1/3-mandatory-interpret/2-time-format.js similarity index 51% rename from Sprint-1/3-mandatory-interpret/2-time-format.js rename to Sprint1/3-mandatory-interpret/2-time-format.js index 47d239558..0d39974ad 100644 --- a/Sprint-1/3-mandatory-interpret/2-time-format.js +++ b/Sprint1/3-mandatory-interpret/2-time-format.js @@ -13,13 +13,41 @@ console.log(result); // a) How many variable declarations are there in this program? +// There are 6: movieLength, remainingSeconds, totalMinutes, remainingMinutes, totalHours, +// and result + + // b) How many function calls are there? +// There are 2: console.log and the template literal for the result string + + // c) Using documentation, explain what the expression movieLength % 60 represents // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators +// The expression movieLength % 60 calculates the remainder when movieLength is divided by 60. +// For instance if the movieLength were 121, the remainder of this division would be 1. + + + // d) Interpret line 4, what does the expression assigned to totalMinutes mean? +const totalMinutes = (movieLength - remainingSeconds) / 60; + +// This line calculates the length of the movie in whole minutes + + // e) What do you think the variable result represents? Can you think of a better name for this variable? +// "result" represents the result of the calculations, being the total length of the movie +// transcribed to hours/minutes/seconds. It would have been much clearer to not give the mathematical +// output as the name but instead the usability of this output, such as "movieLengthInHours" + + + // f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer + +// Yes, as long as they are positive numbers. They should also be integers. +// I have tried to give half-seconds and this did not break the code, but the half-second was +// ignored in the output + diff --git a/Sprint-1/3-mandatory-interpret/3-to-pounds.js b/Sprint1/3-mandatory-interpret/3-to-pounds.js similarity index 55% rename from Sprint-1/3-mandatory-interpret/3-to-pounds.js rename to Sprint1/3-mandatory-interpret/3-to-pounds.js index 60c9ace69..036c72e60 100644 --- a/Sprint-1/3-mandatory-interpret/3-to-pounds.js +++ b/Sprint1/3-mandatory-interpret/3-to-pounds.js @@ -25,3 +25,17 @@ console.log(`£${pounds}.${pence}`); // To begin, we can start with // 1. const penceString = "399p": initialises a string variable with the value "399p" + +// 2. The next step in lines 3-6 strips the letter p from the amount. +// Without the p the amount-string becomes a number: 399 + +// 3. In lines 8-12 the number is padded with leading zeros if needed to ensure it has at +// least three digits. This is needed for the last step: the conversion into an amount in +// pounds, where the format requires at least three digits + +// 4. In lines 14-17 the number is split into pounds and pence. +// In line 16 the number is padded with trailing zeros to ensure the pence always have two digits + +// 5. Then in line 20 the pounds and pence are put in a string with the pound sign in front of +// it, and printed to the console + diff --git a/Sprint-1/4-stretch-explore/chrome.md b/Sprint1/4-stretch-explore/chrome.md similarity index 100% rename from Sprint-1/4-stretch-explore/chrome.md rename to Sprint1/4-stretch-explore/chrome.md diff --git a/Sprint-1/4-stretch-explore/objects.md b/Sprint1/4-stretch-explore/objects.md similarity index 100% rename from Sprint-1/4-stretch-explore/objects.md rename to Sprint1/4-stretch-explore/objects.md diff --git a/Sprint-1/readme.md b/Sprint1/readme.md similarity index 100% rename from Sprint-1/readme.md rename to Sprint1/readme.md diff --git a/Sprint-2/1-key-errors/0.js b/Sprint2/1-key-errors/0.js similarity index 100% rename from Sprint-2/1-key-errors/0.js rename to Sprint2/1-key-errors/0.js diff --git a/Sprint-2/1-key-errors/1.js b/Sprint2/1-key-errors/1.js similarity index 100% rename from Sprint-2/1-key-errors/1.js rename to Sprint2/1-key-errors/1.js diff --git a/Sprint-2/1-key-errors/2.js b/Sprint2/1-key-errors/2.js similarity index 100% rename from Sprint-2/1-key-errors/2.js rename to Sprint2/1-key-errors/2.js diff --git a/Sprint-2/2-mandatory-debug/0.js b/Sprint2/2-mandatory-debug/0.js similarity index 100% rename from Sprint-2/2-mandatory-debug/0.js rename to Sprint2/2-mandatory-debug/0.js diff --git a/Sprint-2/2-mandatory-debug/1.js b/Sprint2/2-mandatory-debug/1.js similarity index 100% rename from Sprint-2/2-mandatory-debug/1.js rename to Sprint2/2-mandatory-debug/1.js diff --git a/Sprint-2/2-mandatory-debug/2.js b/Sprint2/2-mandatory-debug/2.js similarity index 100% rename from Sprint-2/2-mandatory-debug/2.js rename to Sprint2/2-mandatory-debug/2.js diff --git a/Sprint-2/3-mandatory-implement/1-bmi.js b/Sprint2/3-mandatory-implement/1-bmi.js similarity index 100% rename from Sprint-2/3-mandatory-implement/1-bmi.js rename to Sprint2/3-mandatory-implement/1-bmi.js diff --git a/Sprint-2/3-mandatory-implement/2-cases.js b/Sprint2/3-mandatory-implement/2-cases.js similarity index 100% rename from Sprint-2/3-mandatory-implement/2-cases.js rename to Sprint2/3-mandatory-implement/2-cases.js diff --git a/Sprint-2/3-mandatory-implement/3-to-pounds.js b/Sprint2/3-mandatory-implement/3-to-pounds.js similarity index 100% rename from Sprint-2/3-mandatory-implement/3-to-pounds.js rename to Sprint2/3-mandatory-implement/3-to-pounds.js diff --git a/Sprint-2/4-mandatory-interpret/time-format.js b/Sprint2/4-mandatory-interpret/time-format.js similarity index 100% rename from Sprint-2/4-mandatory-interpret/time-format.js rename to Sprint2/4-mandatory-interpret/time-format.js diff --git a/Sprint-2/5-stretch-extend/format-time.js b/Sprint2/5-stretch-extend/format-time.js similarity index 100% rename from Sprint-2/5-stretch-extend/format-time.js rename to Sprint2/5-stretch-extend/format-time.js diff --git a/Sprint-2/readme.md b/Sprint2/readme.md similarity index 100% rename from Sprint-2/readme.md rename to Sprint2/readme.md diff --git a/Sprint-3/1-implement-and-rewrite-tests/README.md b/Sprint3/1-implement-and-rewrite-tests/README.md similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/README.md rename to Sprint3/1-implement-and-rewrite-tests/README.md diff --git a/Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js b/Sprint3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js rename to Sprint3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js diff --git a/Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js b/Sprint3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js rename to Sprint3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js diff --git a/Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js b/Sprint3/1-implement-and-rewrite-tests/implement/3-get-card-value.js similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js rename to Sprint3/1-implement-and-rewrite-tests/implement/3-get-card-value.js diff --git a/Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js b/Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js rename to Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js diff --git a/Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js b/Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js rename to Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js diff --git a/Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js b/Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js rename to Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js diff --git a/Sprint-3/1-implement-and-rewrite-tests/testing-guide.md b/Sprint3/1-implement-and-rewrite-tests/testing-guide.md similarity index 100% rename from Sprint-3/1-implement-and-rewrite-tests/testing-guide.md rename to Sprint3/1-implement-and-rewrite-tests/testing-guide.md diff --git a/Sprint-3/2-practice-tdd/README.md b/Sprint3/2-practice-tdd/README.md similarity index 100% rename from Sprint-3/2-practice-tdd/README.md rename to Sprint3/2-practice-tdd/README.md diff --git a/Sprint-3/2-practice-tdd/count.js b/Sprint3/2-practice-tdd/count.js similarity index 100% rename from Sprint-3/2-practice-tdd/count.js rename to Sprint3/2-practice-tdd/count.js diff --git a/Sprint-3/2-practice-tdd/count.test.js b/Sprint3/2-practice-tdd/count.test.js similarity index 100% rename from Sprint-3/2-practice-tdd/count.test.js rename to Sprint3/2-practice-tdd/count.test.js diff --git a/Sprint-3/2-practice-tdd/get-ordinal-number.js b/Sprint3/2-practice-tdd/get-ordinal-number.js similarity index 100% rename from Sprint-3/2-practice-tdd/get-ordinal-number.js rename to Sprint3/2-practice-tdd/get-ordinal-number.js diff --git a/Sprint-3/2-practice-tdd/get-ordinal-number.test.js b/Sprint3/2-practice-tdd/get-ordinal-number.test.js similarity index 100% rename from Sprint-3/2-practice-tdd/get-ordinal-number.test.js rename to Sprint3/2-practice-tdd/get-ordinal-number.test.js diff --git a/Sprint-3/2-practice-tdd/repeat-str.js b/Sprint3/2-practice-tdd/repeat-str.js similarity index 100% rename from Sprint-3/2-practice-tdd/repeat-str.js rename to Sprint3/2-practice-tdd/repeat-str.js diff --git a/Sprint-3/2-practice-tdd/repeat-str.test.js b/Sprint3/2-practice-tdd/repeat-str.test.js similarity index 100% rename from Sprint-3/2-practice-tdd/repeat-str.test.js rename to Sprint3/2-practice-tdd/repeat-str.test.js diff --git a/Sprint-3/3-dead-code/README.md b/Sprint3/3-dead-code/README.md similarity index 100% rename from Sprint-3/3-dead-code/README.md rename to Sprint3/3-dead-code/README.md diff --git a/Sprint-3/3-dead-code/exercise-1.js b/Sprint3/3-dead-code/exercise-1.js similarity index 100% rename from Sprint-3/3-dead-code/exercise-1.js rename to Sprint3/3-dead-code/exercise-1.js diff --git a/Sprint-3/3-dead-code/exercise-2.js b/Sprint3/3-dead-code/exercise-2.js similarity index 100% rename from Sprint-3/3-dead-code/exercise-2.js rename to Sprint3/3-dead-code/exercise-2.js diff --git a/Sprint-3/4-stretch/README.md b/Sprint3/4-stretch/README.md similarity index 100% rename from Sprint-3/4-stretch/README.md rename to Sprint3/4-stretch/README.md diff --git a/Sprint-3/4-stretch/card-validator.md b/Sprint3/4-stretch/card-validator.md similarity index 100% rename from Sprint-3/4-stretch/card-validator.md rename to Sprint3/4-stretch/card-validator.md diff --git a/Sprint-3/4-stretch/find.js b/Sprint3/4-stretch/find.js similarity index 100% rename from Sprint-3/4-stretch/find.js rename to Sprint3/4-stretch/find.js diff --git a/Sprint-3/4-stretch/password-validator.js b/Sprint3/4-stretch/password-validator.js similarity index 100% rename from Sprint-3/4-stretch/password-validator.js rename to Sprint3/4-stretch/password-validator.js diff --git a/Sprint-3/4-stretch/password-validator.test.js b/Sprint3/4-stretch/password-validator.test.js similarity index 100% rename from Sprint-3/4-stretch/password-validator.test.js rename to Sprint3/4-stretch/password-validator.test.js diff --git a/Sprint-3/readme.md b/Sprint3/readme.md similarity index 100% rename from Sprint-3/readme.md rename to Sprint3/readme.md From 9d51d3fd5a36bd1d4977a2bbca9df2c948f671a1 Mon Sep 17 00:00:00 2001 From: miriamjorna Date: Fri, 20 Feb 2026 20:57:40 +0000 Subject: [PATCH 2/2] London | 26-ITP-January | Miriam Jorna | Sprint 1 | Coursework --- {Sprint1 => Sprint-1}/1-key-exercises/1-count.js | 0 {Sprint1 => Sprint-1}/1-key-exercises/2-initials.js | 0 {Sprint1 => Sprint-1}/1-key-exercises/3-paths.js | 0 {Sprint1 => Sprint-1}/1-key-exercises/4-random.js | 0 {Sprint1 => Sprint-1}/2-mandatory-errors/0.js | 0 {Sprint1 => Sprint-1}/2-mandatory-errors/1.js | 0 {Sprint1 => Sprint-1}/2-mandatory-errors/2.js | 0 {Sprint1 => Sprint-1}/2-mandatory-errors/3.js | 0 {Sprint1 => Sprint-1}/2-mandatory-errors/4.js | 0 .../3-mandatory-interpret/1-percentage-change.js | 0 {Sprint1 => Sprint-1}/3-mandatory-interpret/2-time-format.js | 0 {Sprint1 => Sprint-1}/3-mandatory-interpret/3-to-pounds.js | 0 {Sprint1 => Sprint-1}/4-stretch-explore/chrome.md | 0 {Sprint1 => Sprint-1}/4-stretch-explore/objects.md | 0 {Sprint1 => Sprint-1}/readme.md | 0 {Sprint2 => Sprint-2}/1-key-errors/0.js | 0 {Sprint2 => Sprint-2}/1-key-errors/1.js | 0 {Sprint2 => Sprint-2}/1-key-errors/2.js | 0 {Sprint2 => Sprint-2}/2-mandatory-debug/0.js | 0 {Sprint2 => Sprint-2}/2-mandatory-debug/1.js | 0 {Sprint2 => Sprint-2}/2-mandatory-debug/2.js | 0 {Sprint2 => Sprint-2}/3-mandatory-implement/1-bmi.js | 0 {Sprint2 => Sprint-2}/3-mandatory-implement/2-cases.js | 0 {Sprint2 => Sprint-2}/3-mandatory-implement/3-to-pounds.js | 0 {Sprint2 => Sprint-2}/4-mandatory-interpret/time-format.js | 0 {Sprint2 => Sprint-2}/5-stretch-extend/format-time.js | 0 {Sprint2 => Sprint-2}/readme.md | 0 {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/README.md | 0 .../1-implement-and-rewrite-tests/implement/1-get-angle-type.js | 0 .../implement/2-is-proper-fraction.js | 0 .../1-implement-and-rewrite-tests/implement/3-get-card-value.js | 0 .../rewrite-tests-with-jest/1-get-angle-type.test.js | 0 .../rewrite-tests-with-jest/2-is-proper-fraction.test.js | 0 .../rewrite-tests-with-jest/3-get-card-value.test.js | 0 .../1-implement-and-rewrite-tests/testing-guide.md | 0 {Sprint3 => Sprint-3}/2-practice-tdd/README.md | 0 {Sprint3 => Sprint-3}/2-practice-tdd/count.js | 0 {Sprint3 => Sprint-3}/2-practice-tdd/count.test.js | 0 {Sprint3 => Sprint-3}/2-practice-tdd/get-ordinal-number.js | 0 {Sprint3 => Sprint-3}/2-practice-tdd/get-ordinal-number.test.js | 0 {Sprint3 => Sprint-3}/2-practice-tdd/repeat-str.js | 0 {Sprint3 => Sprint-3}/2-practice-tdd/repeat-str.test.js | 0 {Sprint3 => Sprint-3}/3-dead-code/README.md | 0 {Sprint3 => Sprint-3}/3-dead-code/exercise-1.js | 0 {Sprint3 => Sprint-3}/3-dead-code/exercise-2.js | 0 {Sprint3 => Sprint-3}/4-stretch/README.md | 0 {Sprint3 => Sprint-3}/4-stretch/card-validator.md | 0 {Sprint3 => Sprint-3}/4-stretch/find.js | 0 {Sprint3 => Sprint-3}/4-stretch/password-validator.js | 0 {Sprint3 => Sprint-3}/4-stretch/password-validator.test.js | 0 {Sprint3 => Sprint-3}/readme.md | 0 51 files changed, 0 insertions(+), 0 deletions(-) rename {Sprint1 => Sprint-1}/1-key-exercises/1-count.js (100%) rename {Sprint1 => Sprint-1}/1-key-exercises/2-initials.js (100%) rename {Sprint1 => Sprint-1}/1-key-exercises/3-paths.js (100%) rename {Sprint1 => Sprint-1}/1-key-exercises/4-random.js (100%) rename {Sprint1 => Sprint-1}/2-mandatory-errors/0.js (100%) rename {Sprint1 => Sprint-1}/2-mandatory-errors/1.js (100%) rename {Sprint1 => Sprint-1}/2-mandatory-errors/2.js (100%) rename {Sprint1 => Sprint-1}/2-mandatory-errors/3.js (100%) rename {Sprint1 => Sprint-1}/2-mandatory-errors/4.js (100%) rename {Sprint1 => Sprint-1}/3-mandatory-interpret/1-percentage-change.js (100%) rename {Sprint1 => Sprint-1}/3-mandatory-interpret/2-time-format.js (100%) rename {Sprint1 => Sprint-1}/3-mandatory-interpret/3-to-pounds.js (100%) rename {Sprint1 => Sprint-1}/4-stretch-explore/chrome.md (100%) rename {Sprint1 => Sprint-1}/4-stretch-explore/objects.md (100%) rename {Sprint1 => Sprint-1}/readme.md (100%) rename {Sprint2 => Sprint-2}/1-key-errors/0.js (100%) rename {Sprint2 => Sprint-2}/1-key-errors/1.js (100%) rename {Sprint2 => Sprint-2}/1-key-errors/2.js (100%) rename {Sprint2 => Sprint-2}/2-mandatory-debug/0.js (100%) rename {Sprint2 => Sprint-2}/2-mandatory-debug/1.js (100%) rename {Sprint2 => Sprint-2}/2-mandatory-debug/2.js (100%) rename {Sprint2 => Sprint-2}/3-mandatory-implement/1-bmi.js (100%) rename {Sprint2 => Sprint-2}/3-mandatory-implement/2-cases.js (100%) rename {Sprint2 => Sprint-2}/3-mandatory-implement/3-to-pounds.js (100%) rename {Sprint2 => Sprint-2}/4-mandatory-interpret/time-format.js (100%) rename {Sprint2 => Sprint-2}/5-stretch-extend/format-time.js (100%) rename {Sprint2 => Sprint-2}/readme.md (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/README.md (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/implement/1-get-angle-type.js (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/implement/3-get-card-value.js (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js (100%) rename {Sprint3 => Sprint-3}/1-implement-and-rewrite-tests/testing-guide.md (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/README.md (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/count.js (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/count.test.js (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/get-ordinal-number.js (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/get-ordinal-number.test.js (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/repeat-str.js (100%) rename {Sprint3 => Sprint-3}/2-practice-tdd/repeat-str.test.js (100%) rename {Sprint3 => Sprint-3}/3-dead-code/README.md (100%) rename {Sprint3 => Sprint-3}/3-dead-code/exercise-1.js (100%) rename {Sprint3 => Sprint-3}/3-dead-code/exercise-2.js (100%) rename {Sprint3 => Sprint-3}/4-stretch/README.md (100%) rename {Sprint3 => Sprint-3}/4-stretch/card-validator.md (100%) rename {Sprint3 => Sprint-3}/4-stretch/find.js (100%) rename {Sprint3 => Sprint-3}/4-stretch/password-validator.js (100%) rename {Sprint3 => Sprint-3}/4-stretch/password-validator.test.js (100%) rename {Sprint3 => Sprint-3}/readme.md (100%) diff --git a/Sprint1/1-key-exercises/1-count.js b/Sprint-1/1-key-exercises/1-count.js similarity index 100% rename from Sprint1/1-key-exercises/1-count.js rename to Sprint-1/1-key-exercises/1-count.js diff --git a/Sprint1/1-key-exercises/2-initials.js b/Sprint-1/1-key-exercises/2-initials.js similarity index 100% rename from Sprint1/1-key-exercises/2-initials.js rename to Sprint-1/1-key-exercises/2-initials.js diff --git a/Sprint1/1-key-exercises/3-paths.js b/Sprint-1/1-key-exercises/3-paths.js similarity index 100% rename from Sprint1/1-key-exercises/3-paths.js rename to Sprint-1/1-key-exercises/3-paths.js diff --git a/Sprint1/1-key-exercises/4-random.js b/Sprint-1/1-key-exercises/4-random.js similarity index 100% rename from Sprint1/1-key-exercises/4-random.js rename to Sprint-1/1-key-exercises/4-random.js diff --git a/Sprint1/2-mandatory-errors/0.js b/Sprint-1/2-mandatory-errors/0.js similarity index 100% rename from Sprint1/2-mandatory-errors/0.js rename to Sprint-1/2-mandatory-errors/0.js diff --git a/Sprint1/2-mandatory-errors/1.js b/Sprint-1/2-mandatory-errors/1.js similarity index 100% rename from Sprint1/2-mandatory-errors/1.js rename to Sprint-1/2-mandatory-errors/1.js diff --git a/Sprint1/2-mandatory-errors/2.js b/Sprint-1/2-mandatory-errors/2.js similarity index 100% rename from Sprint1/2-mandatory-errors/2.js rename to Sprint-1/2-mandatory-errors/2.js diff --git a/Sprint1/2-mandatory-errors/3.js b/Sprint-1/2-mandatory-errors/3.js similarity index 100% rename from Sprint1/2-mandatory-errors/3.js rename to Sprint-1/2-mandatory-errors/3.js diff --git a/Sprint1/2-mandatory-errors/4.js b/Sprint-1/2-mandatory-errors/4.js similarity index 100% rename from Sprint1/2-mandatory-errors/4.js rename to Sprint-1/2-mandatory-errors/4.js diff --git a/Sprint1/3-mandatory-interpret/1-percentage-change.js b/Sprint-1/3-mandatory-interpret/1-percentage-change.js similarity index 100% rename from Sprint1/3-mandatory-interpret/1-percentage-change.js rename to Sprint-1/3-mandatory-interpret/1-percentage-change.js diff --git a/Sprint1/3-mandatory-interpret/2-time-format.js b/Sprint-1/3-mandatory-interpret/2-time-format.js similarity index 100% rename from Sprint1/3-mandatory-interpret/2-time-format.js rename to Sprint-1/3-mandatory-interpret/2-time-format.js diff --git a/Sprint1/3-mandatory-interpret/3-to-pounds.js b/Sprint-1/3-mandatory-interpret/3-to-pounds.js similarity index 100% rename from Sprint1/3-mandatory-interpret/3-to-pounds.js rename to Sprint-1/3-mandatory-interpret/3-to-pounds.js diff --git a/Sprint1/4-stretch-explore/chrome.md b/Sprint-1/4-stretch-explore/chrome.md similarity index 100% rename from Sprint1/4-stretch-explore/chrome.md rename to Sprint-1/4-stretch-explore/chrome.md diff --git a/Sprint1/4-stretch-explore/objects.md b/Sprint-1/4-stretch-explore/objects.md similarity index 100% rename from Sprint1/4-stretch-explore/objects.md rename to Sprint-1/4-stretch-explore/objects.md diff --git a/Sprint1/readme.md b/Sprint-1/readme.md similarity index 100% rename from Sprint1/readme.md rename to Sprint-1/readme.md diff --git a/Sprint2/1-key-errors/0.js b/Sprint-2/1-key-errors/0.js similarity index 100% rename from Sprint2/1-key-errors/0.js rename to Sprint-2/1-key-errors/0.js diff --git a/Sprint2/1-key-errors/1.js b/Sprint-2/1-key-errors/1.js similarity index 100% rename from Sprint2/1-key-errors/1.js rename to Sprint-2/1-key-errors/1.js diff --git a/Sprint2/1-key-errors/2.js b/Sprint-2/1-key-errors/2.js similarity index 100% rename from Sprint2/1-key-errors/2.js rename to Sprint-2/1-key-errors/2.js diff --git a/Sprint2/2-mandatory-debug/0.js b/Sprint-2/2-mandatory-debug/0.js similarity index 100% rename from Sprint2/2-mandatory-debug/0.js rename to Sprint-2/2-mandatory-debug/0.js diff --git a/Sprint2/2-mandatory-debug/1.js b/Sprint-2/2-mandatory-debug/1.js similarity index 100% rename from Sprint2/2-mandatory-debug/1.js rename to Sprint-2/2-mandatory-debug/1.js diff --git a/Sprint2/2-mandatory-debug/2.js b/Sprint-2/2-mandatory-debug/2.js similarity index 100% rename from Sprint2/2-mandatory-debug/2.js rename to Sprint-2/2-mandatory-debug/2.js diff --git a/Sprint2/3-mandatory-implement/1-bmi.js b/Sprint-2/3-mandatory-implement/1-bmi.js similarity index 100% rename from Sprint2/3-mandatory-implement/1-bmi.js rename to Sprint-2/3-mandatory-implement/1-bmi.js diff --git a/Sprint2/3-mandatory-implement/2-cases.js b/Sprint-2/3-mandatory-implement/2-cases.js similarity index 100% rename from Sprint2/3-mandatory-implement/2-cases.js rename to Sprint-2/3-mandatory-implement/2-cases.js diff --git a/Sprint2/3-mandatory-implement/3-to-pounds.js b/Sprint-2/3-mandatory-implement/3-to-pounds.js similarity index 100% rename from Sprint2/3-mandatory-implement/3-to-pounds.js rename to Sprint-2/3-mandatory-implement/3-to-pounds.js diff --git a/Sprint2/4-mandatory-interpret/time-format.js b/Sprint-2/4-mandatory-interpret/time-format.js similarity index 100% rename from Sprint2/4-mandatory-interpret/time-format.js rename to Sprint-2/4-mandatory-interpret/time-format.js diff --git a/Sprint2/5-stretch-extend/format-time.js b/Sprint-2/5-stretch-extend/format-time.js similarity index 100% rename from Sprint2/5-stretch-extend/format-time.js rename to Sprint-2/5-stretch-extend/format-time.js diff --git a/Sprint2/readme.md b/Sprint-2/readme.md similarity index 100% rename from Sprint2/readme.md rename to Sprint-2/readme.md diff --git a/Sprint3/1-implement-and-rewrite-tests/README.md b/Sprint-3/1-implement-and-rewrite-tests/README.md similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/README.md rename to Sprint-3/1-implement-and-rewrite-tests/README.md diff --git a/Sprint3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js b/Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js rename to Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js diff --git a/Sprint3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js b/Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js rename to Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js diff --git a/Sprint3/1-implement-and-rewrite-tests/implement/3-get-card-value.js b/Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/implement/3-get-card-value.js rename to Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js diff --git a/Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js b/Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js rename to Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/1-get-angle-type.test.js diff --git a/Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js b/Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js rename to Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/2-is-proper-fraction.test.js diff --git a/Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js b/Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js rename to Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest/3-get-card-value.test.js diff --git a/Sprint3/1-implement-and-rewrite-tests/testing-guide.md b/Sprint-3/1-implement-and-rewrite-tests/testing-guide.md similarity index 100% rename from Sprint3/1-implement-and-rewrite-tests/testing-guide.md rename to Sprint-3/1-implement-and-rewrite-tests/testing-guide.md diff --git a/Sprint3/2-practice-tdd/README.md b/Sprint-3/2-practice-tdd/README.md similarity index 100% rename from Sprint3/2-practice-tdd/README.md rename to Sprint-3/2-practice-tdd/README.md diff --git a/Sprint3/2-practice-tdd/count.js b/Sprint-3/2-practice-tdd/count.js similarity index 100% rename from Sprint3/2-practice-tdd/count.js rename to Sprint-3/2-practice-tdd/count.js diff --git a/Sprint3/2-practice-tdd/count.test.js b/Sprint-3/2-practice-tdd/count.test.js similarity index 100% rename from Sprint3/2-practice-tdd/count.test.js rename to Sprint-3/2-practice-tdd/count.test.js diff --git a/Sprint3/2-practice-tdd/get-ordinal-number.js b/Sprint-3/2-practice-tdd/get-ordinal-number.js similarity index 100% rename from Sprint3/2-practice-tdd/get-ordinal-number.js rename to Sprint-3/2-practice-tdd/get-ordinal-number.js diff --git a/Sprint3/2-practice-tdd/get-ordinal-number.test.js b/Sprint-3/2-practice-tdd/get-ordinal-number.test.js similarity index 100% rename from Sprint3/2-practice-tdd/get-ordinal-number.test.js rename to Sprint-3/2-practice-tdd/get-ordinal-number.test.js diff --git a/Sprint3/2-practice-tdd/repeat-str.js b/Sprint-3/2-practice-tdd/repeat-str.js similarity index 100% rename from Sprint3/2-practice-tdd/repeat-str.js rename to Sprint-3/2-practice-tdd/repeat-str.js diff --git a/Sprint3/2-practice-tdd/repeat-str.test.js b/Sprint-3/2-practice-tdd/repeat-str.test.js similarity index 100% rename from Sprint3/2-practice-tdd/repeat-str.test.js rename to Sprint-3/2-practice-tdd/repeat-str.test.js diff --git a/Sprint3/3-dead-code/README.md b/Sprint-3/3-dead-code/README.md similarity index 100% rename from Sprint3/3-dead-code/README.md rename to Sprint-3/3-dead-code/README.md diff --git a/Sprint3/3-dead-code/exercise-1.js b/Sprint-3/3-dead-code/exercise-1.js similarity index 100% rename from Sprint3/3-dead-code/exercise-1.js rename to Sprint-3/3-dead-code/exercise-1.js diff --git a/Sprint3/3-dead-code/exercise-2.js b/Sprint-3/3-dead-code/exercise-2.js similarity index 100% rename from Sprint3/3-dead-code/exercise-2.js rename to Sprint-3/3-dead-code/exercise-2.js diff --git a/Sprint3/4-stretch/README.md b/Sprint-3/4-stretch/README.md similarity index 100% rename from Sprint3/4-stretch/README.md rename to Sprint-3/4-stretch/README.md diff --git a/Sprint3/4-stretch/card-validator.md b/Sprint-3/4-stretch/card-validator.md similarity index 100% rename from Sprint3/4-stretch/card-validator.md rename to Sprint-3/4-stretch/card-validator.md diff --git a/Sprint3/4-stretch/find.js b/Sprint-3/4-stretch/find.js similarity index 100% rename from Sprint3/4-stretch/find.js rename to Sprint-3/4-stretch/find.js diff --git a/Sprint3/4-stretch/password-validator.js b/Sprint-3/4-stretch/password-validator.js similarity index 100% rename from Sprint3/4-stretch/password-validator.js rename to Sprint-3/4-stretch/password-validator.js diff --git a/Sprint3/4-stretch/password-validator.test.js b/Sprint-3/4-stretch/password-validator.test.js similarity index 100% rename from Sprint3/4-stretch/password-validator.test.js rename to Sprint-3/4-stretch/password-validator.test.js diff --git a/Sprint3/readme.md b/Sprint-3/readme.md similarity index 100% rename from Sprint3/readme.md rename to Sprint-3/readme.md