Skip to content

Commit 61a12b3

Browse files
committed
1-key-errors 1.js updated console log with the right function to print output correctly
1 parent 82fccd4 commit 61a12b3

File tree

1 file changed

+1
-1
lines changed
  • Sprint-2/1-key-errors

1 file changed

+1
-1
lines changed

Sprint-2/1-key-errors/1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
return `${decimalNumber * 100}%`;
3434
}
3535

36-
console.log(decimalNumber);
36+
console.log(convertToPercentage(0.5));//returns 50%

0 commit comments

Comments
 (0)