Skip to content

Commit 44189f3

Browse files
just some formatting changes
1 parent 7e158fa commit 44189f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Sprint-1/2-mandatory-errors/0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//This is just an instruction for the first activity - but it is just for human consumption
2-
//We don't want the computer to run these 2 lines - how can we solve this problem?
1+
// This is just an instruction for the first activity - but it is just for human consumption
2+
// We don't want the computer to run these 2 lines - how can we solve this problem?

Sprint-1/3-mandatory-interpret/3-to-pounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ console.log(`£${pounds}.${pence}`);
3434
// is padded with "0" at the start of the string till there are three characters the reason for this is the minimum amount of characters needed to represent pounds and
3535
// pence can be represented by is 3.
3636

37-
//// 9-12. The next variable pounds takes the previous variable paddedPenceNumberString and uses the substring function to create a new string without the last
37+
// 9-12. The next variable pounds takes the previous variable paddedPenceNumberString and uses the substring function to create a new string without the last
3838
// two characters. It uses .length - 2 to stop before the final two characters because those characters represent the pence leaving only the characters
3939
// that represent the pounds.
4040

0 commit comments

Comments
 (0)