Skip to content

Commit 288cac7

Browse files
committed
Removed the the var num because cause and error reasingned another value, Debug/2.js
1 parent ed9ed8f commit 288cac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-2/debug/2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919

2020
const num = 103;
21-
num = 24
2221

2322
function getLastDigit(num) {
2423
return num.toString().slice(-1);

0 commit comments

Comments
 (0)