We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb035f commit 5c703c0Copy full SHA for 5c703c0
solution/0007.Reverse Integer/Solution2.js
@@ -28,4 +28,3 @@ var reverse = function (x) {
28
return num
29
};
30
31
-console.log(reverse(1563847412))
0 commit comments