Skip to content

Commit 639ccdb

Browse files
committed
removed line 50 empty space
1 parent da212f6 commit 639ccdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sprint-2/debug/2.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
const num = 103;
22+
num = 24
2223

2324
function getLastDigit(num) {
2425
return num.toString().slice(-1);
@@ -45,4 +46,4 @@ function getMiddleDigit(num) {
4546
return str[middleIndex]; //we can access to the position 6 which contains the value '4'
4647
}
4748

48-
console.log(`The middle of 105 is ${getMiddleDigit(2055564232569)}`);
49+
console.log(`The middle of 105 is ${getMiddleDigit(2055564232569)}`)

0 commit comments

Comments
 (0)