Skip to content

Commit 3bc7d4f

Browse files
changed function name to lower camel case
1 parent 360b7a7 commit 3bc7d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-2/3-mandatory-implement/3-to-pounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// You will need to declare a function called toPounds with an appropriately named parameter.
55

66
// You should call this function a number of times to check it works for different inputs
7-
function ToPounds(penceString) {
7+
function toPounds(penceString) {
88
const penceStringWithoutTrailingP = penceString.substring(
99
0,
1010
penceString.length - 1

0 commit comments

Comments
 (0)