We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e4573 commit 63ce905Copy full SHA for 63ce905
javascript/ReverseInteger.js
@@ -20,3 +20,5 @@ const reverse = x => {
20
21
return isNegative ? -result : result;
22
};
23
+
24
+console.log(reverse(120))
0 commit comments