We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223c69c commit 3b40487Copy full SHA for 3b40487
README.md
@@ -3,6 +3,7 @@
3

4

5

6
+
7
[](CONTRIBUTING.md)
8
[](https://github.com/anishLearnsToCode/competitive-programming)
9
javascript/ReverseInteger.js
@@ -20,5 +20,3 @@ const reverse = x => {
20
21
return isNegative ? -result : result;
22
};
23
-
24
-console.log(reverse(120))
0 commit comments