From 2b85c499403784fb5d086a2855fe62a1060338ee Mon Sep 17 00:00:00 2001 From: LonMcGregor <3817332+LonMcGregor@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:43:40 +0000 Subject: [PATCH 1/5] Update 1-count.js --- Sprint-1/1-key-exercises/1-count.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Sprint-1/1-key-exercises/1-count.js b/Sprint-1/1-key-exercises/1-count.js index 117bcb2b6..360d7b485 100644 --- a/Sprint-1/1-key-exercises/1-count.js +++ b/Sprint-1/1-key-exercises/1-count.js @@ -4,3 +4,4 @@ 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 +// I have made a change to test the trainee tracker bot, please ignore this pull request From 4ca49a52e252b6f117429602e13cc58149fa9b53 Mon Sep 17 00:00:00 2001 From: l Date: Mon, 8 Dec 2025 11:16:17 +0000 Subject: [PATCH 2/5] bad commit --- ahahahahahaha | 1 + 1 file changed, 1 insertion(+) create mode 100644 ahahahahahaha diff --git a/ahahahahahaha b/ahahahahahaha new file mode 100644 index 000000000..f7644180c --- /dev/null +++ b/ahahahahahaha @@ -0,0 +1 @@ +i should not have comitted this file, oops From 016792a7ef7f9c3d331c3181dcc9ed515c519378 Mon Sep 17 00:00:00 2001 From: l Date: Tue, 9 Dec 2025 15:06:34 +0000 Subject: [PATCH 3/5] add extra files to make pagination happen --- Sprint-1/1-key-exercises/1-count.js | 1 + Sprint-1/1-key-exercises/2-initials.js | 2 +- Sprint-1/1-key-exercises/3-paths.js | 3 ++- Sprint-1/1-key-exercises/4-random.js | 1 + Sprint-1/1-key-exercises/extra file | 1 + Sprint-1/1-key-exercises/extra file 2 | 1 + Sprint-1/1-key-exercises/extra file 3 | 1 + Sprint-1/1-key-exercises/extra file 4 | 1 + Sprint-1/2-mandatory-errors/0.js | 2 +- Sprint-1/2-mandatory-errors/1.js | 1 + Sprint-1/2-mandatory-errors/2.js | 1 + Sprint-1/2-mandatory-errors/3.js | 1 + Sprint-1/2-mandatory-errors/4.js | 2 +- Sprint-1/3-mandatory-interpret/1-percentage-change.js | 1 + Sprint-1/3-mandatory-interpret/2-time-format.js | 1 + Sprint-1/3-mandatory-interpret/3-to-pounds.js | 1 + Sprint-1/4-stretch-explore/chrome.md | 1 + Sprint-1/4-stretch-explore/objects.md | 1 + Sprint-1/readme.md | 2 +- 19 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 Sprint-1/1-key-exercises/extra file create mode 100644 Sprint-1/1-key-exercises/extra file 2 create mode 100644 Sprint-1/1-key-exercises/extra file 3 create mode 100644 Sprint-1/1-key-exercises/extra file 4 diff --git a/Sprint-1/1-key-exercises/1-count.js b/Sprint-1/1-key-exercises/1-count.js index 360d7b485..8c907619e 100644 --- a/Sprint-1/1-key-exercises/1-count.js +++ b/Sprint-1/1-key-exercises/1-count.js @@ -5,3 +5,4 @@ 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 // I have made a change to test the trainee tracker bot, please ignore this pull request +a diff --git a/Sprint-1/1-key-exercises/2-initials.js b/Sprint-1/1-key-exercises/2-initials.js index 47561f617..f964035b4 100644 --- a/Sprint-1/1-key-exercises/2-initials.js +++ b/Sprint-1/1-key-exercises/2-initials.js @@ -8,4 +8,4 @@ let lastName = "Johnson"; let initials = ``; // https://www.google.com/search?q=get+first+character+of+string+mdn - +a diff --git a/Sprint-1/1-key-exercises/3-paths.js b/Sprint-1/1-key-exercises/3-paths.js index ab90ebb28..367c5f528 100644 --- a/Sprint-1/1-key-exercises/3-paths.js +++ b/Sprint-1/1-key-exercises/3-paths.js @@ -20,4 +20,5 @@ console.log(`The base part of ${filePath} is ${base}`); const dir = ; const ext = ; -// https://www.google.com/search?q=slice+mdn \ No newline at end of file +// https://www.google.com/search?q=slice+mdn +a diff --git a/Sprint-1/1-key-exercises/4-random.js b/Sprint-1/1-key-exercises/4-random.js index 292f83aab..664cfa3af 100644 --- a/Sprint-1/1-key-exercises/4-random.js +++ b/Sprint-1/1-key-exercises/4-random.js @@ -7,3 +7,4 @@ 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 +a diff --git a/Sprint-1/1-key-exercises/extra file b/Sprint-1/1-key-exercises/extra file new file mode 100644 index 000000000..789819226 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file @@ -0,0 +1 @@ +a diff --git a/Sprint-1/1-key-exercises/extra file 2 b/Sprint-1/1-key-exercises/extra file 2 new file mode 100644 index 000000000..e36a3d795 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 2 @@ -0,0 +1 @@ +sa diff --git a/Sprint-1/1-key-exercises/extra file 3 b/Sprint-1/1-key-exercises/extra file 3 new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 3 @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 b/Sprint-1/1-key-exercises/extra file 4 new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/2-mandatory-errors/0.js b/Sprint-1/2-mandatory-errors/0.js index cf6c5039f..31d33cea3 100644 --- a/Sprint-1/2-mandatory-errors/0.js +++ b/Sprint-1/2-mandatory-errors/0.js @@ -1,2 +1,2 @@ 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 +We don't want tahe computer to run these 2 lines - how can we solve this problem? diff --git a/Sprint-1/2-mandatory-errors/1.js b/Sprint-1/2-mandatory-errors/1.js index 7a43cbea7..05db101a4 100644 --- a/Sprint-1/2-mandatory-errors/1.js +++ b/Sprint-1/2-mandatory-errors/1.js @@ -2,3 +2,4 @@ const age = 33; age = age + 1; +a diff --git a/Sprint-1/2-mandatory-errors/2.js b/Sprint-1/2-mandatory-errors/2.js index e09b89831..28dfab44e 100644 --- a/Sprint-1/2-mandatory-errors/2.js +++ b/Sprint-1/2-mandatory-errors/2.js @@ -3,3 +3,4 @@ console.log(`I was born in ${cityOfBirth}`); const cityOfBirth = "Bolton"; +s diff --git a/Sprint-1/2-mandatory-errors/3.js b/Sprint-1/2-mandatory-errors/3.js index ec101884d..2c22704d2 100644 --- a/Sprint-1/2-mandatory-errors/3.js +++ b/Sprint-1/2-mandatory-errors/3.js @@ -7,3 +7,4 @@ 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 +s diff --git a/Sprint-1/2-mandatory-errors/4.js b/Sprint-1/2-mandatory-errors/4.js index 21dad8c5d..9c4c204b1 100644 --- a/Sprint-1/2-mandatory-errors/4.js +++ b/Sprint-1/2-mandatory-errors/4.js @@ -1,2 +1,2 @@ const 12HourClockTime = "20:53"; -const 24hourClockTime = "08:53"; \ No newline at end of file +const 24hourClockTime = "08:53";s diff --git a/Sprint-1/3-mandatory-interpret/1-percentage-change.js b/Sprint-1/3-mandatory-interpret/1-percentage-change.js index e24ecb8e1..8000501c8 100644 --- a/Sprint-1/3-mandatory-interpret/1-percentage-change.js +++ b/Sprint-1/3-mandatory-interpret/1-percentage-change.js @@ -20,3 +20,4 @@ console.log(`The percentage change is ${percentageChange}`); // d) Identify all the lines that are variable declarations // e) Describe what the expression Number(carPrice.replaceAll(",","")) is doing - what is the purpose of this expression? +s diff --git a/Sprint-1/3-mandatory-interpret/2-time-format.js b/Sprint-1/3-mandatory-interpret/2-time-format.js index 47d239558..1dfb944ad 100644 --- a/Sprint-1/3-mandatory-interpret/2-time-format.js +++ b/Sprint-1/3-mandatory-interpret/2-time-format.js @@ -23,3 +23,4 @@ console.log(result); // e) What do you think the variable result represents? Can you think of a better name for this variable? // f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer +s diff --git a/Sprint-1/3-mandatory-interpret/3-to-pounds.js b/Sprint-1/3-mandatory-interpret/3-to-pounds.js index 60c9ace69..f727fabdc 100644 --- a/Sprint-1/3-mandatory-interpret/3-to-pounds.js +++ b/Sprint-1/3-mandatory-interpret/3-to-pounds.js @@ -25,3 +25,4 @@ console.log(`£${pounds}.${pence}`); // To begin, we can start with // 1. const penceString = "399p": initialises a string variable with the value "399p" +s diff --git a/Sprint-1/4-stretch-explore/chrome.md b/Sprint-1/4-stretch-explore/chrome.md index e7dd5feaf..36590231e 100644 --- a/Sprint-1/4-stretch-explore/chrome.md +++ b/Sprint-1/4-stretch-explore/chrome.md @@ -16,3 +16,4 @@ Now try invoking the function `prompt` with a string input of `"What is your nam What effect does calling the `prompt` function have? What is the return value of `prompt`? +s diff --git a/Sprint-1/4-stretch-explore/objects.md b/Sprint-1/4-stretch-explore/objects.md index 0216dee56..6f94cf52b 100644 --- a/Sprint-1/4-stretch-explore/objects.md +++ b/Sprint-1/4-stretch-explore/objects.md @@ -14,3 +14,4 @@ Answer the following questions: What does `console` store? What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean? +s diff --git a/Sprint-1/readme.md b/Sprint-1/readme.md index 62d24c958..c0a7aa687 100644 --- a/Sprint-1/readme.md +++ b/Sprint-1/readme.md @@ -21,7 +21,7 @@ https://developer.mozilla.org/en-US/docs/Web/JavaScript In this section, you'll need to go to each file in `errors` directory and run the file with node to check what the error is. Your task is to interpret the error message and explain why it occurs. The [errors documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors) will help you figure out the solution. ## 3 Interpret - +s In these tasks, you have to interpret a slightly larger program with some syntax / operators / functions that may be unfamiliar. You must use documentation to make sense of anything unfamiliar - learning how to look things up this way is a fundamental part of being a developer! From 6b72036c76abb1b29cc12d556b4c61b9e17850d8 Mon Sep 17 00:00:00 2001 From: l Date: Tue, 9 Dec 2025 15:13:21 +0000 Subject: [PATCH 4/5] page after 30 --- Sprint-1/1-key-exercises/extra file 4 (1) | 1 + Sprint-1/1-key-exercises/extra file 4 (10) | 1 + Sprint-1/1-key-exercises/extra file 4 (11) | 1 + Sprint-1/1-key-exercises/extra file 4 (12) | 1 + Sprint-1/1-key-exercises/extra file 4 (13) | 1 + Sprint-1/1-key-exercises/extra file 4 (14) | 1 + Sprint-1/1-key-exercises/extra file 4 (15) | 1 + Sprint-1/1-key-exercises/extra file 4 (16) | 1 + Sprint-1/1-key-exercises/extra file 4 (17) | 1 + Sprint-1/1-key-exercises/extra file 4 (18) | 1 + Sprint-1/1-key-exercises/extra file 4 (19) | 1 + Sprint-1/1-key-exercises/extra file 4 (2) | 1 + Sprint-1/1-key-exercises/extra file 4 (20) | 1 + Sprint-1/1-key-exercises/extra file 4 (21) | 1 + Sprint-1/1-key-exercises/extra file 4 (22) | 1 + Sprint-1/1-key-exercises/extra file 4 (23) | 1 + Sprint-1/1-key-exercises/extra file 4 (3) | 1 + Sprint-1/1-key-exercises/extra file 4 (4) | 1 + Sprint-1/1-key-exercises/extra file 4 (5) | 1 + Sprint-1/1-key-exercises/extra file 4 (6) | 1 + Sprint-1/1-key-exercises/extra file 4 (7) | 1 + Sprint-1/1-key-exercises/extra file 4 (8) | 1 + Sprint-1/1-key-exercises/extra file 4 (9) | 1 + 23 files changed, 23 insertions(+) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (1) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (10) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (11) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (12) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (13) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (14) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (15) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (16) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (17) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (18) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (19) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (2) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (20) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (21) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (22) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (23) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (3) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (4) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (5) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (6) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (7) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (8) create mode 100644 Sprint-1/1-key-exercises/extra file 4 (9) diff --git a/Sprint-1/1-key-exercises/extra file 4 (1) b/Sprint-1/1-key-exercises/extra file 4 (1) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (1) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (10) b/Sprint-1/1-key-exercises/extra file 4 (10) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (10) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (11) b/Sprint-1/1-key-exercises/extra file 4 (11) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (11) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (12) b/Sprint-1/1-key-exercises/extra file 4 (12) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (12) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (13) b/Sprint-1/1-key-exercises/extra file 4 (13) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (13) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (14) b/Sprint-1/1-key-exercises/extra file 4 (14) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (14) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (15) b/Sprint-1/1-key-exercises/extra file 4 (15) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (15) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (16) b/Sprint-1/1-key-exercises/extra file 4 (16) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (16) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (17) b/Sprint-1/1-key-exercises/extra file 4 (17) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (17) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (18) b/Sprint-1/1-key-exercises/extra file 4 (18) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (18) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (19) b/Sprint-1/1-key-exercises/extra file 4 (19) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (19) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (2) b/Sprint-1/1-key-exercises/extra file 4 (2) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (2) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (20) b/Sprint-1/1-key-exercises/extra file 4 (20) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (20) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (21) b/Sprint-1/1-key-exercises/extra file 4 (21) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (21) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (22) b/Sprint-1/1-key-exercises/extra file 4 (22) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (22) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (23) b/Sprint-1/1-key-exercises/extra file 4 (23) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (23) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (3) b/Sprint-1/1-key-exercises/extra file 4 (3) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (3) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (4) b/Sprint-1/1-key-exercises/extra file 4 (4) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (4) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (5) b/Sprint-1/1-key-exercises/extra file 4 (5) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (5) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (6) b/Sprint-1/1-key-exercises/extra file 4 (6) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (6) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (7) b/Sprint-1/1-key-exercises/extra file 4 (7) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (7) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (8) b/Sprint-1/1-key-exercises/extra file 4 (8) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (8) @@ -0,0 +1 @@ +sss diff --git a/Sprint-1/1-key-exercises/extra file 4 (9) b/Sprint-1/1-key-exercises/extra file 4 (9) new file mode 100644 index 000000000..e9e638322 --- /dev/null +++ b/Sprint-1/1-key-exercises/extra file 4 (9) @@ -0,0 +1 @@ +sss From d292d5ef2c183e1ec240e6dfeab46c62ee918882 Mon Sep 17 00:00:00 2001 From: l Date: Wed, 10 Dec 2025 15:59:34 +0000 Subject: [PATCH 5/5] update --- ahahahahahaha | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ahahahahahaha diff --git a/ahahahahahaha b/ahahahahahaha deleted file mode 100644 index f7644180c..000000000 --- a/ahahahahahaha +++ /dev/null @@ -1 +0,0 @@ -i should not have comitted this file, oops