Skip to content

Commit 3a23806

Browse files
authored
spelline correction
1 parent 85e1e3e commit 3a23806

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ console.log(`£${pounds}.${pence}`);
3434
// 5. const pence = paddedPenceNumberString.substring(paddedPenceNumberString.length - 2) .padEnd(2, "0");
3535
// This code takes the last digit from the string and also make sure that it has only two digits this gives a "99" value.
3636
// 6. console.log(`£${pounds}.${pence}`);
37-
// his gives a result with £ sign and separated by . " in this case it gives £3.99 "
37+
// This gives a result with £ sign and separated by . " in this case it gives £3.99 "

Sprint-1/4-stretch-explore/chrome.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ In the Chrome console,
1111
invoke the function `alert` with an input string of `"Hello world!"`;
1212

1313
What effect does calling the `alert` function have?
14+
. It gives "Hello World"
1415

1516
Now try invoking the function `prompt` with a string input of `"What is your name?"` - store the return value of your call to `prompt` in an variable called `myName`.
1617

0 commit comments

Comments
 (0)