Skip to content

Commit 614b5fc

Browse files
committed
formatting using prettier
1 parent 074eddb commit 614b5fc

File tree

1 file changed

+1
-1
lines changed
  • Sprint-2/2-mandatory-debug

1 file changed

+1
-1
lines changed

Sprint-2/2-mandatory-debug/2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const num = 103;
1111
function getLastDigit() {
1212
return num.toString().slice(-1);
1313
}
14-
14+
//
1515
console.log(`The last digit of 42 is ${getLastDigit(42)}`);
1616
console.log(`The last digit of 105 is ${getLastDigit(105)}`);
1717
console.log(`The last digit of 806 is ${getLastDigit(806)}`);

0 commit comments

Comments
 (0)